I have a dropdown in my gravity forms and I would like to be able to dynamically display an image that corresponds with the current selection, and changes when the dropdown selection changes. The FormID = 1, and form field = 6, and element ID="input_1_6".
How do I call a function on dropdown selection change? I am thinking of using Javascript, but am open to php if it's easier/faster/smarter/etc.