Copy link to clipboard
Copied
Long story short I have a tax form that was to be dated for the 1st of November as that is when I started working for the company,due to miscommunication it was not put down correctly.
But whenever I try and do it now, it is defaulting to 2021-12-03.
How do I stop it from auto changing the date or save a unmodifiable copy?
The files contain a script to populate those fields with the current date. Since there's no way to flatten or submit the form digitally (at least not from within it) I'm guessing they want you to either print it out or submit it on the same day as you fill it in. The only way to stop the field from updating is to disable JS in the application, but I don't recommend you do that as it could interfere with other functions of the form and cause you to submit an invalid file.
Copy link to clipboard
Copied
There's likely a script embedded in the file that's causing it. Can you share the file with us?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Before you open the form disable Javascript in the preferences of Adobe Acrobat.
Copy link to clipboard
Copied
The files contain a script to populate those fields with the current date. Since there's no way to flatten or submit the form digitally (at least not from within it) I'm guessing they want you to either print it out or submit it on the same day as you fill it in. The only way to stop the field from updating is to disable JS in the application, but I don't recommend you do that as it could interfere with other functions of the form and cause you to submit an invalid file.
Copy link to clipboard
Copied
Unfortunate, but that sounds likely.
I had to call the Canada Revenue Agency to find a work around.
Its frustrating when scripts like this are put into forms like these.
Copy link to clipboard
Copied
Bump for any future users searching.
Copy link to clipboard
Copied
In France we said "ProgrammƩ avec des moufles" (Programmed with mittens )
š
Copy link to clipboard
Copied
You can open this PDF and Save As with Apple Preview, it will lose all its formats and all interactivity, but the fields will remain fillable.
Copy link to clipboard
Copied
I think you can just use a text field as date field. That way it will not auto populate.