Drop down code

Hi,
I have had a few problems with the code need for the drop down button.
the ID for the drop down button is #iContient with the onChange: iContinent_change turned on.
Im trying to make it work with my Date Base list - data_page, with the title field name Continents and the the filed key named - continents (rich text).
Here is my working code so far for my other search bar that is working fine,

Thanks for looking at this and trying to help me out.

Hi Noel,

You’ll need to provide more information as it’s not clear at all what’s working, what’s not, and what you’re trying to accomplish.

If you have it working with one field, no reason it shouldn’t work for another.

Yisrael

Hi Yisrael, My search button is working fine (thanks to your help)
what im trying to do now is add in a drop down menu that will filter thought the country’s in my data sheet. I watched vidoes on how its done but i feel like that im missing something as its not working.
I didnt post the script for it as it was broken. let me know if you want to see it or any other info that will help.

Best Noel

Hi Noel,

It’s always best to start new posts for new topics so that others can read/participate/learn.

Filtering by country is really no different than filtering by other data. You just need a list of countries - and you can either get that from your data itself, or you can see the Cascading Form example.

Good luck,

Yisrael