Hi Victor and thank you for the tip. I am still not sure how I would do this with images. What I would like to do is have a field with four options (1-4). Each option has an image. Currently, all I have accomplished is 4 radio buttons with images (all displayed). I only want one radio button/image displayed at a time that sequences with each click. Do you have any additional direction that may help me on this? Thanks!
Don't use a single radio button. Use 4 with conditionals otherwise you'll have no choice but to write custom jQuery code to simulate the cascading effect you want.
Please login or Register to submit your answer