My goal is to show a different image inside a html block based on cross-checking two multiple choice fields. Let's say they're called style and colour. Is it possible to dynamically populate a html block field to achieve this?
My only other solution is to create a different html block with it's own image for every possible combination of style/colour (hundreds) and show/hide them where necessary using conditional logic. It will probably work but feels a bit clunky from a back-end point of view. Is there a smarter way?
Out.