Sorry, it’s not hosted online yet – local only.
Could you show me an example of how to do it with a drop-down menu please?
At the moment, I have each image populating a new field and list them as dependencies to show in the drop-down field. (for example, if Option A is selected, Option A image is shown (which is fieldname21). If option B is selected, then fieldname22 is shown. etc.
Thanks!
I was afraid of this: I knew it was possible to do it with radio buttons, but I have too many choices to populate the entire page with radio buttons. So I had to do drop-down menus instead for almost all of the choices.
Can you help me with the code? I’m good with logic, but don’t have a background in computer science.
So if a user chooses Option A in the drop-down menu, it shows the image associated in the field for Option A (value = 1)? If they choose Option B (value = 2), it shows the Option B image in the same spot.
Thank you again!