Using form elements as triggers

Can I make drop-down selector or radio buttons to trigger an interaction?

Hey there!

This is not something you can accomplish natively in Webflow and would need to write custom code. For the drop-down, you would essentially check whether or not an option in the select element has been selected and then run a script executing an animation. For the radio button, it would be basically the same thing except you would be checking to see which radio button is selected and then executing an animation.

You can in Webflow, add an animation trigger to a radio element to start an animation on click for example. But, that’s basically the same thing as adding a trigger to any element and running an animation.