Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Date Field- Limitation

Avatar

Level 1

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.

5 Comments

Avatar

Community Advisor

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.

Avatar

Level 2

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

Avatar

Level 9

6/10/25

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.