Participant
August 23, 2023
Answered
Clear from button - no find fields to reset
- August 23, 2023
- 1 reply
- 1490 views
Very strange... Did you create the fields outside of Acrobat, by any chance?
One possible workaround is to use a script for resetting the form.
To reset the entire form enter this code:
this.resetForm();
To reset specific fields enter this code:
this.resetForm(["Text1", "Text2", "Radio4", "Total"]);
(those field names are just an example, of course, replace them with the actual names)
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.