Viewing 1 replies (of 1 total)
  • Plugin Author Johnny

    (@ionuticlanzan)

    Hi Lery,

    sorry, for now it’s not possible to make your contact form two columns via this plug-in.
    We will make this to be possible in the future next plugin version updates.
    In the meantime you can try this:
    <div style=”float:left”>
    <p>Your Name (required)
    [text* your-name] </p>
    <p>Your Email (required)
    [email* your-email] </p>
    <p>Subject
    [text your-subject] </p>
    </div>
    <div style=”float:right”>
    <p>Your Message
    [textarea your-message] </p>
    </div>
    <div style=”clear:both”></div>
    <p>[submit “Send”]</p>

    Hope this helps.

    Best Regards,
    Johnny.

Viewing 1 replies (of 1 total)
  • The topic ‘Can I make a Two column form’ is closed to new replies.