Copy link to clipboard
Copied
Hello there,
I need to have a 3 day right to cancel in my contracts. If I send the contract on 04/01/18, and the customer views on 04/02/18, I need 2 date fields - 1 to show the current date they are viewing on, and another field that would add 3 days from that date. How can I do this?
Thank you!
Copy link to clipboard
Copied
You might try to Acrobat JavaScript forum,
Copy link to clipboard
Copied
Javascript doesn't work in Sign.
Insert one text field with date validation, mark it required. (We'll call this DateField.)
Insert a second text field, mark it as calculated value, and set it equal to: if(DateField!="", date(DateField + 3), "")
Make sure to mark that field to display as date, and choose whatever date format you prefer.
Good luck!
Copy link to clipboard
Copied
Thank you for the help, but I am stuck on the first step. I understand where to go to validate, but it requires a field for "run custom validation script". To be blunt, this is over my head.
Copy link to clipboard
Copied
That doesn't look like anything I've ever seen in Adobe Sign. Are you doing this in Acrobat and planning to import it later?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now