Date Field/Column - Weekdays Only
Answers
-
Hi @Bryenne Albright ,
You can't validate form entries while the form is being completed. You can use an automation rule to request an update if the submitter enters an erroneous value, e.g. a weekend date when only weekdays are expected or a date within a 4 week window.
Nor is it possible to restrict date input to a date 4 weeks out. You can add an update automation, as above.
To confirm a date is 4 weeks out you could use something along the lines of:
If(Week([date submitted]@row)<week(today())+4, "error", "valid")
IF([date submitted]@row<Today(28), "error", "valid")
In your automation logic, if the check value was "error" it would trigger the update request.
Help?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives