Disabling the paste function in a text field
I am creating a PDF form and am wanting to restrict the user so they cannot paste text from another source into a text field on the form. Is this possible?
I am using Acrobat Pro DC.
Thanks.
I am creating a PDF form and am wanting to restrict the user so they cannot paste text from another source into a text field on the form. Is this possible?
I am using Acrobat Pro DC.
Thanks.
The custom keystroke script (Text Field Properties dialog > Format tab > Custom format category > Custom Keystroke Script) can be as simple as:
event.rc = event.change.length < 2;
The problem is if you need to do this for fields that use one of the built-in formatting categories (e.g., Number or Date), then it gets more complicated.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.