I’m pretty new to the coding side of things. I’m trying to sort a gallery using a dropdown menu without a submit button. I’ve got a tv series with two seasons and I want to be able to switch between the two seasons using the dropdown. Is there a way to do this?
Hi there How is your gallery set up? i.e. Is it connected to a database? If so, what is your database structure?
You would use the onChange function for the dropdown to trigger the change.
It’s connected to a database. With the title, image, description, link and season number. How would I filter by if the season section says 1 or 2?
@mirosalom Could you expand a bit more, maybe share some screenshots of your database fields? Are “season 1” and “season 2” different rows in the database, and each one has a gallery field?