PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Adding html between fields

  1. Hello,

    I am building a website using Zurb Foundation. I am just wondering if it is possible to add some html before/after input fields. I tried using the HTML field, however that did not help.

    The markup looks something like this

    <form>
    <div class="row">
      <div class="section six mobile-four columns collapse-left">
    <h3>About You</h3>
    <input>
    <input>
    <input>
    <input>
    </div>
    <div class="section six mobile-four columns collapse-right">
    <h3>Event</h3>
    <input>
    <input>
    <input>
    <input>
    </div>
    </div>
    </form>

    Any suggestions?

    Posted 11 years ago on Wednesday December 5, 2012 | Permalink
  2. You should be able to achieve this with multiple HTML fields placed appropriately. Check out this thread on how to properly wrap divs using HTML fields:

    http://www.gravityhelp.com/forums/topic/how-can-i-get-the-form-fieldsboxes-side-by-side#post-29425

    Posted 11 years ago on Wednesday December 5, 2012 | Permalink
  3. Great thanks!

    Got it working, but it does seem to be a bit complicated for the average user.

    Posted 11 years ago on Wednesday December 5, 2012 | Permalink
  4. Thank you for the update. It may be a little complicated, but it's certainly possible to do.

    Posted 11 years ago on Thursday December 6, 2012 | Permalink

This topic has been resolved and has been closed to new replies.