How to re-create contact page?

Hi!
how do I recreate this page?
I can not import the data, because my site already has the data.

thanks for your support!

Comments

  • Hi,

    if you will have a look on this image http://snag.gy/oXPkN.jpg you will see how muffin builder has been created for this page. However you don`t need to worry about your existing content because our "1 click demo install" is not removing current content just like other themes. Our installer is just adding content to current data.
  • Hello,

    I recreated the contact page, but I don't get how you got the form itself in 3 columns (Name, Email, Subject). I tried using shortcodes in the form itself but that doesn't work.

    Could you tell me how you did it please?

    Best Marc
  • @schischa Contact Form 7 is external plugin and our shortcodes inside won`t work. All you need to do is create contact form in accordance to contact form 7 doc. We think that you should have a look on http://contactform7.com/docs/

    The code we used for contact form on contact page is as below:
    <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>
  • Thx, just realized I have to use the classes directly!
  • edited August 2014
    Great this helps me too.
    Anyway, how to display map in full width? 
    I also select the full width layout, but still it is like this: https://www.diigo.com/item/image/6wmx/me4h

    Updated: found the solution by choosing full width in 'Style' in the section of muffin
Sign In or Register to comment.