Hello,
Can you tell me if I'm doing something wrong when working with radio buttons on a form?
I have a group of radio buttons, for instance:
radio_group_name
-----------------
Tom
Mary
Sally
If I have a form field is a radio button group, I try to set the value by using:
formFields.getFormField("radio_group_name").setValue("Sally");
However, when displayed, the "Sally" radio button is not selected. Am I doing something wrong?