Form logic rules

  • transpay
    Asked on July 4, 2015 at 1:26 AM

    I'm trying to put a form logic rule for if someone chooses "other" from one of my dropdown selectors, a text field will appear asking them to specify. If "other" is not selected, the field should just be hidden.

    I notice you have this for radio buttons but not for dropdowns, any suggestions?

    Please note the form is still a work in progress.

  • Charlie
    Replied on July 4, 2015 at 2:21 AM

    Unfortunately, the "Dropdown" field does not have a direct option or function similar to the "Radio button" field.

    However, you can do that by using conditional logic. Here's how you can set it up.

    1. I added a text box for the "Others" field. Click the conditional logic, we want to show the text box only if the "Drop down" option selected is "Other".

    Form logic rules Image 1 Screenshot 40

    2. Choose "Show / Hide a form field".

    Form logic rules Image 2 Screenshot 51

    3. Here's how my rules and action is setup.

    Form logic rules Image 3 Screenshot 62

    Make sure to save the changes. You can check how it works here: http://form.jotformpro.com/form/51841159302955?.

     

    Let us know if you need more assistance on this.

  • transpay
    Replied on July 4, 2015 at 2:32 AM

    Thanks!!!