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.

Is it possible to show/hide a form based on Conditional logic?

  1. Fika
    Member

    I have a form created and on my site I wanted to have a button to show or not show the form.

    For example: Click this Button for form Option (Form Appears when clicked)

    If button can't be used which I don't see, then maybe check box is only option.

    I could probably go into the form and add conditional logic to every single element in the form (There are a lot) but I first wanted to check if there was a way to apply this logic across the entire form?

    Posted 12 years ago on Thursday March 29, 2012 | Permalink
  2. This would be something you would need to do with jQuery outside of Gravity Forms. You should be able to accomplish this a variety of ways, but these two links should get you started on the concept:

    http://api.jquery.com/show/

    http://api.jquery.com/toggle/

    Posted 12 years ago on Thursday March 29, 2012 | Permalink
  3. Fika
    Member

    Hi Rob,

    Thanks for the quick reply

    Posted 12 years ago on Thursday March 29, 2012 | Permalink