change image based on choice set #8952
Replies: 1 comment
-
So, to answer my own question, in code I can use the
where
and added four separate images like this:
This nearly works nicely...I get a nasty flicker when I run down the list of choices as the card is apparently redrawn before the image is loaded. Once all the images are loaded, it's flicker free. Any comments? Cheers |
Beta Was this translation helpful? Give feedback.
-
I don't know if this is the right place for a cry for help...but...
If I have a ChoiceSet with four options, can I show a different image for each choice? The idea is to give a preview of what the implications of the selection would be. So, I have two columns: the left has four choices, the right should show an image which changes as I click through the options.
Is this possible using Templating in the Designer? Otherwise, I'm using the JS renderer and could use some pointers as to how this could be done.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions