Two Column Code for Contact 7 Form

Hi:

I installed the demo for CallCenter - http://themes.muffingroup.com/be/callcenter/contact-us/

I want to use the contact 7 included with call center but accidentally screwed up  the CONTACT 7 form used on the contact US page. Specifically, I want to use two columns, but can't figure out the format. Can you provide  the CONTACT 7 form html from the Contact Us page for me.

Thank you,

Mark

Comments

  • Hi,
    you have to use custom HTML to make this happen, this is en example

    <div class="column one"><label>[text* your-name placeholder "Name"] </label></div>

    <div class="column one-second"><label style="margin-right:10px">[email* your-email placeholder "Email"]</label></div>

    <div class="column one-second"><label>[text your-subject placeholder "Subject"]</label></div>

    <div class="column one"><label>[text your-subject placeholder "Details"]</label></div>

    <div class="column one"><label>[textarea your-message placeholder "Your message"] </label></div>

    <div class="column one">[submit class:buttonq_full_width "Send"]</div>


  • Perfect. Just what I needed. Thanks.

    Mark
Sign In or Register to comment.