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.

Optional Portion, hidden by default...

  1. At first I thought that the "HTML" standard field would allow me to insert a "<div id="detailed-options">", then some more form elements and close it off with "</div>" ... this would have allowed me to hide this entire section of the form, and when the user clicks on a button below the form, it expands....

    Since that didn't work at all (the HTML elements get put into a LI, which is kind of odd), is there another way that I can do this?

    Posted 12 years ago on Wednesday October 26, 2011 | Permalink
  2. You can set a section break to use conditional logic. Any field below the section break will automatically be shown/hidden until the section break's conditional logic is met.

    Posted 12 years ago on Wednesday October 26, 2011 | Permalink
  3. Yes, but I need to be able to show/hide that section from an external button... There's a button underneath my form that says "Detailed Form" ...

    That's what I wanted to be able to control the wrapper from JS.

    Posted 12 years ago on Thursday October 27, 2011 | Permalink
  4. @David, I tried to use the section with condition logic and the entire form get's hidden... the section break is one of the last elements of the Form...

    Posted 12 years ago on Friday October 28, 2011 | Permalink
  5. Got it all taken care of... this post is exactly what I needed:

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

    Posted 12 years ago on Friday October 28, 2011 | Permalink
  6. Thank you for the update.

    Posted 12 years ago on Friday October 28, 2011 | Permalink

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