contact form and icon box

Hi,

I am very happy to purchase your theme but i have some questions.

1) i want to do a contact form like this one: http://themes.muffingroup.com/be/seo/contact/ . You can see name's, email's and subject's fields are inline. How can you do that ? When I create a contact form all fields need one line like this one: http://infotika-france.com/contact/ .

2) i want to do a "Have any questions" section like this on: http://themes.muffingroup.com/be/seo/contact/ . How can I do that ? An icon with text on the right side.

Thank you in advance.

Comments

  • Hi,

    1) You are probably creating it wrong way and that's why it doesn't look the same. That's how we made this form:
    <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>
    2) For this section, we use LIST items with the following content:
    <big style="padding-top: 12px; display: block">Have any questions?</big>
    <h4><a href="mailto:[email protected]">[email protected]</a></h4>
    Next time we suggest to import our pre-made layouts if you don't know how some things were made. This is much faster and easier way to learn how some things were done.
  • ok thank you i will do that the next time. If i import some pre-made layouts, i don't have risk to delete something ? or risk to update some configurations ?
  • If you will do this on original wp installation where you built site, you will lose configuration of course. That's why we always suggest to create another wp instance just for tests where you can import demos and check how some things were made by us.
  • yes i will do that the next time. thank you very much
Sign In or Register to comment.