Is it possible to make conditional default choices in a webform?

Hello,
I'm trying to figure out how to easily create conditional default choices in a webform.

**Use case: **
If a webform asks for the user's state, the choices in the next field "County" should be limited to only the counties in the chosen state.

The only way that I see to do this now, is to create 50 different conditional "County" fields with the options for each state. This isn't ideal, because there are other fields (ex. "City") which would then be dependent on the "County" selection, and the number of fields will grow exponentially.

I'm envisioning a data table with the states, cities, and other relevant choices listed, and then conditional references for the form field options. Is this possible?

Tagged:

Best Answer

Answers