Contact form formatting

Hello, I have almost set a site up in line with the theme here - http://themes.muffingroup.com/be/seo/contact/ - I can't link the url as it's not live yet.

However when I specify a contact form to use for the site, the contact form shifts from the demo layout and the formatting of the form alters to a basic layout, with each field on a separate line, running on to the far right of the page.  

Could you provide your formatting for the contact form within the demo, so it can be matched, with 3 fields on one line etc? Or is there another way to fix this? :)

Great theme though! Thanks :)

Comments

  • Hi,

    for above contact form, we used the following code:
    <div class="column one-third"><label>Name:</label>[text* your-name]</div>
    <div class="column one-third"><label>E-mail address:</label>[email* your-email]</div>
    <div class="column one-third"><label>Subject:</label>[text your-subject]</div>
    <div class="column one"><label>Message:</label>[textarea your-message]</div>
    <div class="column one">[submit "Send message"]</div>
Sign In or Register to comment.