Hi,I have an example here of something similar:
https://acrobat.com/#d=eFWndvuG-gt8GedvI-2erw. This uses a HASH function
to keep the password secure (see here for more details and links Re:
Password protect subforms). You could check our Paul's example for
'Locking all fields' - a quick search of the forums should bring it up.
You could set up a button to ask the user for their password
(twice)Generate a HASH string from the passwordStore the HASH string in
a hidden textfieldThe script would ini...