I am creating a template that requires a start of care date for the signing party, however this date can not be prior to the date the document is signed but can be the same as the date signed. Is there a formula or condition that will allow me to limit the date entered for Start of Care (a text box formated as a date) to the date signed or after?
Creating a template with date restrictions
Best answer by Community Expert
Yes, this is possible. To make this work you will need 2 fomula fields, 2 text box fields and a date signed field. Make sure to format your fields with clear naming convention.
1. Name first Formula DateofCareFormula. Change the font to white.
2. Name second Formula DOCTest. Change the font to white.
3. Name first text box "DateofCare" and add date validation to the field.
4. Name the second text box "DOCMessage". I added the following message to mine, "Date of care cannot be prior to the date signed."
5. Name your Date Signed field as "DateSigned".
6. In your DateofCareFormula use the following formula: DateDiff([DateSigned],[DateofCare]) Change the decimal places from 2 to 0.
7. In your DOCTest formula use the following: [DateofCareFormula]>0 Change the decimal places from 2 to 0.
8. Select your DOCTest formula and create a rule under the conditional Logic tab. Make the trigger field =1 and click the text box named "DOCMessage", then click Done.
9. Save your changes, then test your template. The message should show every time the date of care is prior to the date signed. I know this method works because I have used it prior. Moreover, DocuSign offers webinars that teaches you how to use advanced fields, conditional logic and formulas. I have taken these in the past. For the most part, it is a review for me. However, you do learn useful things like the example I provided in the webinar.
I hope this helps
Reply
Sign up
Already have an account? Login
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
Customer Login/Registration Developer Login/RegistrationJoin the Docusign Community by logging in with your Docusign developer or customer account credentials.
Don’t have an account? You can create a free one when registering.
Note: Partner-specific logins are not available yet. Partners should log in as either a customer or developer
Docusign Community
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
Customer Login/Registration Developer Login/RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.