Calculated dates - Adding days to a date field
I have created a mandatory field for the first signer to enter a date (isdate = MM/DD/YY).
{{ *date1_es_:signer1:isdate }}
I would like to add three days to the date the first signer enters - a calculated date that is not editable and a read only field.
I understand that I may need to use the dateAdd function
dateAdd(part, date, addition)
Adds the specified number of parts (e.g. "d" for day, "m" for month, or "y" for year) to a date to calculate a future date. You may use numbers or field names.
For example: dateAdd("m", "Jan 1, 2000", 3) would return a date of Apr 1, 2000. In this example, the formula adds 3 months to the date specified.
Can anyone suggest a solution for the required field?
I have mind block!
Thank you kindly
Hugh
