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.

Question about making my form more dynamic

  1. Is there a way so that If I pick 1 from a dropdown list, one section of 5 input boxes are revealed. I pick 2 10 input boxes are revealed.

    thanks

    Posted 12 years ago on Friday June 24, 2011 | Permalink
  2. You can use Conditional Logic to hide/show fields based on values from a drop down. The following documentation page has some more information on it.
    http://www.gravityhelp.com/documentation/page/Enable_Conditional_Logic

    Posted 12 years ago on Friday June 24, 2011 | Permalink
  3. Can't get it to show what I want it to. When I pick 1 show fields 1-5. pick 2 fields 1-10 pick 3 fields 1-15 pick 4 1-20. The form has 21 fields. 1 is a drop and the other 20 are multiply choice field. How would I do this with the conditional logic.

    Thanks

    Posted 12 years ago on Saturday June 25, 2011 | Permalink
  4. On fields 1 through 5, configure each of them to "Enable Conditional Logic" and to "show" them when "Any" of the following conditions match:
    - value of your drop down field is 1.
    - value of your drop down field is 2
    - value of your drop down field is 3
    - value of your drop down field is 4

    Then configure fields 6 through 10.
    Show field when "Any" of the following conditions match:
    - value of your drop down field is 2
    - value of your drop down field is 3
    - value of your drop down field is 4

    Then configure fields 11 through 15
    Show field when "Any" of the following conditions match:
    - value of your drop down field is 3
    - value of your drop down field is 4

    Then configure fields 16 through 20
    Show field when "Any" of the following conditions match:
    - value of your drop down field is 4

    Posted 12 years ago on Saturday June 25, 2011 | Permalink

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