I've tried lots of different ways of doing this, but am having no luck at-all;( I would like to be able to have multiple sets of radio buttons as follows:
radio buttons field 1:
<red><blue><green>
radio buttons field 2: (further down form)
<red><blue><green>
radio buttons field 3: (even further down form!)
<red><blue><green>
When someone clicks <red> in any of the 3 fields above, I'd like the ALL of the radio buttons in each field set to change to 'red' wherever they appear on the form.
I'm guessing this could be done with JQuery (already loaded on page) - but unfortunately I just can't work out how to do it (I'm a n00b at javascript...sorry!)
I did try and setup multiple conditional displays of the radio button fields with the correct option selected - but the above is a very simplified example - and it was getting crazy with the amount of form fields I had (and I got some strange things happening) - this is not going to work for me.
I certainly think JQuery could be the way forward on this targeting the field ID's but I just have no idea of where to start - any help would be appreciated thank you!