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.

How to do that? Can someone help please

  1. carstensch
    Member

    Hello,

    maybe this was asked before but my english is not so well and i dont know how i can search for my problem if i dont know the exact words for it.

    If i want to create a form with different multiple selection fields like

    1st Field
    Fieldname: Vehicles
    Multiple Selections: Car, Train, Ship, Plane ....

    2cnd Field
    Fieldname: Modell
    Multiple Selections are here different because if the User choosed Car, he should only see the Car Modells and if he chooses Plane, he should only see Plane Modells as Option.

    How to accomplish that?

    Thank you

    Posted 11 years ago on Monday May 6, 2013 | Permalink
  2. David Peralty

    You would have dropdowns for each of the selections in the first one and use conditional logic to show or hide the second dropdown based on user selection.

    So you would have a second field for each: Cars, Trains, Ships, and Planes and show/hide them based on what a user selects in the first form.

    Posted 11 years ago on Monday May 6, 2013 | Permalink
  3. carstensch
    Member

    Hello David,

    thank you for your super quick reply. Ok so i have 1 dropdown selection field number 1 and for every possible selection i have to create another dropdown selection and just activate the conditional logic. How easy is that? You got to be kidding me. Thanks alot.

    Posted 11 years ago on Monday May 6, 2013 | Permalink
  4. David Peralty

    Have a go and let us know how it works out for you. All my best!

    Posted 11 years ago on Monday May 6, 2013 | Permalink