Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
8/10/23
Currently there is no limit on the date field. We are allowed to enter the past dates as well. We need to allow it to enter either today´s date or any future date and no past dates should be allowed to enter.
8/11/23
This needs to be part of field validation with a choice by the user how to validate. There are plenty of instances where a past date is necessary.
2/11/25
We would find the ability to set parameters on date fields very helpful.
6/10/25
Hello @Amy_E_Br Please let me know how you did this, we are trying to add a date field which should allow user to select only current and future dates
Hello @SamyukthaPa, You can use validation functionality for your criteria.Select the field in the custom form >> Edit logic >> Validation. Example below:
IF({DE:Your Date FIeld}<$$TODAY,"The entered date is in the past. Please select a current or future date.","")
If the user selects a past date, it will show an error below the field.
6/11/25
Thank you so much @_Manish_Singh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Views
Like
Replies
Likes