Date Field- Limitation | Community
Skip to main content
New Participant
August 11, 2023
New

Date Field- Limitation

  • August 11, 2023
  • 5 replies
  • 562 views

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.

5 replies

New Participant
June 11, 2025

Thank you so much @_manish_singh 

_Manish_Singh
New Participant
June 11, 2025

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.

New Participant
June 11, 2025

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

New Participant
February 11, 2025

We would find the ability to set parameters on date fields very helpful.

RandyRoberts
New Participant
August 11, 2023

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.