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.

form in separate divs & Validation

  1. Is it possible to have one form separated into several divs? At present I am running a multi page form, but I would like a transition between the two pages which I know the form needs to load straight up and then use some javascript after to toggle.

    Is it possible to then have 2 divs containing a set of the inputs as needed.
    On top of this, I am running some javascript to clear the default content (The design does not allow for labels outside the input). How would I get the form validation to run on this, such as the name field says "enter your name:", this input then toggles between the default and a blank input but it still validates with the default text. e.g. can you validate the fields on NOT "xxx xx xxxxx"?

    Thanks

    Posted 13 years ago on Tuesday April 10, 2012 | Permalink
  2. Here's a quick how-to on adding divs/containers to your form using the available HTML blocks.

    http://www.gravityhelp.com/forums/topic/textarea-will-make-extra-space-in-layout#post-52634

    Posted 13 years ago on Tuesday April 10, 2012 | Permalink