Contact Form 7

Can you please upload the inline layout for contact form 7 form plugin?
I'm really trying to avoid loading in the xml...

Comments

  • Hey,

    if you mean to have inputs in one line then all you need to do is put inputs in one <p> tag. But if you mean something else then please explain exactly as we are not sure what you exactly mean.
  • Hi, Thanks for the quick response- so you mean like this-

    <p>Your Name [text* your-name] Your Email [email* your-email] Your Message
     [textarea your-message] [submit "Send"]</p>

    Its still doesnt look right, can you please paste up the form code?

  • If this won`t work in your case, then maybe you should use the same code as we used on our demo contact page http://themes.muffingroup.com/betheme/pages/contact:
    <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>
  • Perfect! Thanks you very much.
Sign In or Register to comment.