Hi, I am having an issue with selectedData. My form has a radio group with
several buttons inside the group and I am using the selectedData code to
show/hide various panels on the form depending on which radio was selected. I
have realized that selecteddata wants to use the value of the radio button and
if a value is not defined it will then look at the label. The problem I am
having is that a few of the radio buttons have the same value and it is messing
up the way the panels are showing/hiding. Is there a way to force selectedData
to look at the label instead of the value of the radio buttons? Also where can
I find some resources on selectedData and other attributes that could be useful
in coding. TIA