Skip to main content

I am creating a form where one of the required inputs is a dropdown with 50+ options…

I would like to add a search option or input where the user could begin typing and filter the options…

Anything to keep the user from scrolling.


Does this option or a similar workaround exist?

Capture

Hi @FredSan,


A dropdown with a search field is possible but you’ll have to be comfortable writing some JS and CSS. Best way to approach this is to use an external library to do the heavy lifting for you and you’ll just have to modify the dropdown on Unbounce.


Here is one such library that seems to fit the bill.


Best,

Hristian


Reply