Skip to main content
brians30546245
Participating Frequently
March 4, 2018
Question

Add X Days to X Date

  • March 4, 2018
  • 2 replies
  • 645 views

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!

This topic has been closed for replies.

2 replies

AKDawson
Inspiring
March 8, 2018

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!

brians30546245
Participating Frequently
March 17, 2018

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.

AKDawson
Inspiring
March 27, 2018

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?

MichaelKazlow
Legend
March 8, 2018

You might try to Acrobat JavaScript forum,