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.

Split Form in two divs

  1. Hello,

    I would like to split forms into 2 divs. Lets say the first 3 fields of my form in div A, and the last 3 fields into div B.

    Just found this through your similar topics widget.

    http://www.gravityhelp.com/forums/topic/splitting-up-form-elements

    which in a complicated way, seems to do what I want.

    Does somebody know if there is a easier way to split forms into 2 divs?

    Any help really appreciated. Thanks and regards,

    kubante

    Posted 11 years ago on Thursday July 26, 2012 | Permalink
  2. David Peralty

    This is difficult because our form elements are all inside one unordered list. You could use an HTML block to potentially do this, but it might not work, and will probably not validate well.

    Posted 11 years ago on Thursday July 26, 2012 | Permalink
  3. You can use the HTML fields to introduce new markup and break up the form container. It takes a little bit of work and thought but it can be done fairly easily.

    I detailed how to do this a good while back.. the example was using fieldsets, but you could use divs instead. It would work the same way.

    http://www.gravityhelp.com/forums/topic/fieldsets#post-17019

    Posted 11 years ago on Thursday July 26, 2012 | Permalink
  4. Thanks guys. I will try and let you know my eventual solution.

    greetings,

    kubante

    Posted 11 years ago on Thursday July 26, 2012 | Permalink
  5. David Peralty

    Great, keep us in the loop as anything you post here could help others in the same situation.

    Posted 11 years ago on Thursday July 26, 2012 | Permalink