how to set radio button pair during FDF load
An FDF file contains the value of a radio button pair field, but the radio button pair on the form opened by activating the FDF file does not set according to the value of the radio button pair field.
Sitrep:
A submittable Form 'AAA' contains radio button pair 'MyPair'. Neither button is 'on'. One button has Choice value = "Chorus", the other "Ensemble".
A copy of Form AAA is filled in with the 'Chorus' button of 'MyPair' selected, then the form is submitted.
the FDF file received due to the submission of form AAA contains a field named 'MyPair', the value of which is set to "Chorus".
When the FDF file is activated, Form AAA is filled with the data in the FDF file, and displayed. However neither of the button pair 'MyPair' is shown as selected, but all other fields in the form show the data filled in before the submission was made.
Is there a bit of JavaScript that will fix this?
