Trigger via Select Fields in a Form

Hi everyone …

is there a (easy) way to trigger (show and hide) something when a choice is made in a select field inside a form?

Any help appreciated
Cheers
Patrick


Here is my public share link: LINK
(how to access public share link)

Hey Patrick!

There isn’t a native way to do this in Webflow currently. However, you can accomplish it pretty simply using some basic JavaScript. Basically you just have a if statement set the display property of an element whenever the value of your selector is set to “x”.

Not sure how familiar you are with custom code. But that’s really the only way to accomplish this as of now!

Thanks Tyler … good to know and i will probably tackle it with custom code.

Cheers
Patrick

Let me know if you need any help with implementation! :slight_smile: Happy devsigning :smiley: