Hello,
How can I return a value for each item in a radio group?
For example, if I have 3 radio's in a group, I would like to return a value for each on even if it was not selected eg
radio1= yes, radio2=no, radio3=no
All i can do at the moment is return the value of the selected item and not all three.
TIA
How can I return a value for each item in a radio group?
For example, if I have 3 radio's in a group, I would like to return a value for each on even if it was not selected eg
radio1= yes, radio2=no, radio3=no
All i can do at the moment is return the value of the selected item and not all three.
TIA