a "button" to delete/clear the contents of the last box or all the boxes on the fill form
Add a Delete / Clear "button" .
Sometimes, after the details have been filled out, we want to print it or just save, but we want to leave the form open for the next customer.
Please add a visible "button" option, which will have the option to choose whether to delete the data filled out in the last box or in the entire form, so that the form is ready to be refilled.
If you are the author of the PDF form, you can add the button with “Reset Form” using the folllowing steps
1. Prepare Form > Add a button.
2. Open Properties and goto Action tab
3. Select Action – Reset a form and choose the fields you would want to reset.
4. Close and save to have the changes applied.
Alternatively, You can also add a reset form button with javascript:
this.resetForm(); However, this will not allow you to choose the fields.
I hope this helps.
-
rafi commented
Thank You !
-
AdminBhavna Negi (Admin, Adobe) commented
If you are the author of the PDF form, you can add the button with "Reset Form" using the folllowing steps
1. Prepare Form > Add a button.
2. Open Properties and goto Action tab
3. Select Action - Reset a form and choose the fields you would want to reset.
4. Close and save to have the changes applied.Alternatively, You can also add a reset form button with javascript:
this.resetForm(); However, this will not allow you to choose the fields.I hope this helps.