How can I create conditional checkboxes?

  • ronaldocardoso
    Asked on May 27, 2015 at 4:58 PM

    Hi!

    You guys know how to create a checkbox that works like this:

    If the user check this box, it will show another options for him to check.

    Example:

     [x] First box

          [  ] Option 1 if Frist Box is checked

          [  ] Option 2 if Frist Box is checked

          [  ] Option 3 if Frist Box is checked

     

    And if the First box is in blank, don't show the options.

     

    Is it possible to make?

     

    Thanks!

  • raul
    Replied on May 27, 2015 at 7:23 PM

    Have you checked our dynamic dropdowns widget? I think it could provide the functionality you're looking for. Or if you want to use checkboxes you can use conditional logic to show/hide the other checkboxes based on the selection of the first one.

    I created this demo form: http://form.jotformpro.com/form/51467035834962 so you can see how it works. Feel free to clone this form to your account if you want to inspect it further.