Is there a way to show an image when the user chooses an answer in the dropdown menu?
For example: When the user chooses “Gold” from the dropdown menu, there will appear an image of “Gold”. But when the user chooses “Silver” there will appear an image of “Silver”.
Is this possible and if it is can you show me how to do this?
Already have seen this example?
https://www.media-junkie.com/pflegeservice
Press RESET first to ensure that every filter was reseted.
Then choose one of the NAMES in the second dropdown.
See what happens.
- You will need to create a database, where you will store all your data, including all the corresponding pics.
- Then you will have to connect a dataset to your Collection.
- Create some dropdowns (manually filled, or also by a DATA-Collection, or HARDCODED).
- Every changing of the dropdown should then activate an event —> “onChange”
- Get the —> INDEX by the "onChange-event (now you know which item was selected (INDEX —> 1,2,3,4,5,6,7,8 and so on…
- Every INDEX-number then corresponds to a row in your DATA-Collection.
- Or you also can use a filter.
But all these is not the most simple way to create.
Here you will find a solution without any filter…
https://www.media-junkie.com/dropdown-images
And here, you could find also similar examples for filtering and dropdowns…
https://russian-dima.wixsite.com/meinewebsite
Good-luck and happy coding.