How can I make a form that changes with an option?

Hi! so I’m redesigning a website with Webflow (I’m kinda new with Webflow) and the original website has a dropdown menu that depending on the option you choose the form changes. I’ve been looking through Webflow University and Youtube to find a tutorial that shows me how to do this but I haven’t found it. Does anyone have an idea on how to do this?

this is the form I’m talking about: Homepage - Tomorrow's Talent (just click on “find your talent”)

1 Like

I have the same issue and would like to find a solution as well.

@Christina_Stejskalov You can do that with script, or if you are looking for a no-code solution perhaps check out this one;

Again, when you say script, do you mean custom, embedded code? And do you have an example or resources you could point me to? Thank you!

Yes, Javascript custom code.

Although it’s not complex, it’s too difficult to guess the specifics of how your form is designed and how you’re wanting to change it. You can PM me if you’re needing a developer.

If you’re wanting to do this yourself, the jQuery reference is the place to start, specifically-

  • selector targeting, probably using IDs in this case
  • The select element change event
  • hide and show
  • the on document ready event

https://api.jquery.com/