Triggering interactions using a select box form field

Is it possible to trigger an interaction based on an option selected in a select box form field? What I’m trying to do is display a second select if an “other” option is chosen in the first select box.

So I have a select field:

and when the user selects “Something needs repaired,” I want to display a secondary select field below:

Thanks!

2 Likes

I did something like that as a test:

http://dropdowns.webflow.io/

it is possible, but you’ll need to add in some custom jQuery.

Feel free to make a clone of this project to study up on what I did:

3 Likes

Ah, I see—have to think outside the box. Thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.