Question
Need a javascript form field to populate a checkbox answer to another page
Form field
I need a javascript to populate the text of a checkbox onto another page. For example, there will be a ‘yes’ checkbox, ‘no’ checkbox and ‘dont know’ checkbox. When a user clicks on the checkbox, the answer (for eg. ‘Yes’) will be autopopulated onto another page in the same pdf.
For example:
___ ‘yes’ ___’No’ ___’don’t know
When ‘yes’ is checked, the word ‘yes’ will appear in another page text field.
