Answered
Hi,
I have an Interactive PDF which I have created and need to control a group of radio button (check box) fields. I currently have it set so that the user can only check one of the boxes, the problem is that they also have the option of filling out a free text field - if this field is selected it needs to clear any check boxes that have been selected.
Any assistance or advice wuld be gratefully received.
thanks
If you want to test for text, try testing for not equal to a null string and then setting the check box or radio button group to 'Off' or reseting the form and selecting only the check box or radio button group?
George Kaiser