Conditional Form: Change Image on Click

I had to do something similar for a roofing service site recently where the image changed based on the type of service selected in a form. Ended up using simple onClick and onChange handlers in Velo to swap out images dynamically depending on the dropdown choice. It worked great for improving the user experience — especially when trying to visually differentiate services like repairs vs. full installs.