formtools / core

The Form Tools Core.
https://formtools.org
205 stars 78 forks source link

Dynamic Dropdown menu #769

Open arwamaba opened 3 years ago

arwamaba commented 3 years ago

I would like to make dynamic drop down menu, with two related connection fields in a form to allow me to show values in the second drop down field based on the selection made in the first drop down field, so please guide me whether I could do so using form tools or not and can I do it with custom field?

ghost commented 3 years ago

Hey There!

At the moment, Dependent Dropdowns are not available in Form Tools.

An option you could possibly look into is using the Custom Fields module to code a dependent drop down for a form field. https://docs.formtools.org/modules/custom_fields/ This however would require some PHP knowledge and some time to develop.

Hope this helps!