Set fields to default value when form loads
Copy link to clipboard
Copied
Everyone,
How can I do a reset form or set the forms to default values whenever it is loaded? Or if I could call the reset form when it loads, that would work also. Been doing google and I cannot find the right landing page.
Copy link to clipboard
Copied
See if this can help you:
https://community.adobe.com/t5/acrobat-reader/clear-form-when-i-open-a-pdf/td-p/10562799?page=1
Copy link to clipboard
Copied
I believe this is a bad idea, but if you really want to do it open the file in Acrobat Pro, then go to Tools - JavaScript - Document JavaScripts and create a new item (call it "scripts", or something like that). Delete the default function code that is generated and replace it with the following:
this.resetForm();
Again, I would avoid doing it, as it could seriously annoy the users of your form...

