I am creating another appliation form using 'Yes' and 'No' radio buttons whereby if the applicant chooses no I want additional information boxes to pop up. I have been able to duplicate this by using the Purchase Order form in the list of samples.
I have a couple of additional requests:
1. The two 'Yes' 'No' radio buttons are in a small box to begin with but when the applicant chooses 'No' the text box expand to include the additional information; and
2. How do I have the additional information boxes not show on the screen until 'No' is selected but print out should the applicant choose to manually complete the form.
Hope these two requests make sense. I have attached the part that I am referring to which might help.
Regards
Jen
Solved! Go to Solution.
Views
Replies
Total Likes
here is a modified sample. Resizing objects is a little bit tricky so have a look at the code. The pre and post print events are used to make fields visible/invisible accordingly.
Paul
Views
Replies
Total Likes
For 1) you could bind the radio buttons to an identically pair of radio buttons that will only be shown if the user checks no and with the only difference that they include the additional text. The original will hidethemselves if no is checked.
For 2) making it visible on preprint should do the job.
Good Luck
Lisa
here is a modified sample. Resizing objects is a little bit tricky so have a look at the code. The pre and post print events are used to make fields visible/invisible accordingly.
Paul
Views
Replies
Total Likes
Views
Replies
Total Likes