Contact Form sizing question

Hello,

I really like the example of the contact form area with the "lets meet and talk": above it as found in the Profile Demo.

How would I replicate this on my site? I copied the layout in Muffin builder, added the code from the Contact plugin from Profile Demo I imported exactly the same to my site and it is not working. It does not split the two columns, and doesn't keep its smaller height as the part in the profile demo does.

Thanks!

Comments

  • I was also wondering, if I copy the same exact code for the contact form, why the headers to the message boxes such as "Your name" & "Your e-mail" will not show up in the message box itself?  These headers appear above the box and not inside of it.
  • Hi,

    below, you have the code responsible for this form:
    <div class="column one-second">[text* your-name placeholder "Your name"] </div>
    <div class="column one-second">[email* your-email placeholder "Your e-mail"] </div>
    <div class="column one">[text your-subject placeholder "Subject"] </div>
    <div class="column one">[textarea your-message x3 placeholder "Message"]</div>
    <div class="column one">[submit "Send a message"]</div>
    For more details about CF7 plugin, please visit http://contactform7.com/docs/
  • Fixed! You rock thanks!!
Sign In or Register to comment.