Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Restringir fecha before today

Topic Labels: Formulas
Solved
Jump to Solution
1159 3
cancel
Showing results for 
Search instead for 
Did you mean: 
DaniMadrid24
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi, 

I am doing a form for a remiders request, and I need that the filed "fecha de envio" the person is requesting the reminder have not the option to select a day before Today (current day).

1 Solution

Accepted Solutions
jsep
7 - App Architect
7 - App Architect

@DaniMadrid24 

In the form you can limit the range of the date field so that the min date is current date,

Here's how:

chrome-capture-2024-3-16 (2).gif

After you publish the changes, this is how the validation will work:

chrome-capture-2024-3-16 (3).gif

 

I hope this help! If you need help implementing this solution, fell free to schedule a free call with me.

- Juan, code and no-code solutions expert.

 

See Solution in Thread

3 Replies 3
Clasicwebtools
5 - Automation Enthusiast
5 - Automation Enthusiast

Hey @DaniMadrid24 , you could do something like this

IF(IS_BEFORE({Fecha de envio}, TODAY()), "Please select a current or future date.", "")

Captura de pantalla 2024-04-16 a las 6.31.34 p. m..png
It looks there is an error 😞

 

jsep
7 - App Architect
7 - App Architect

@DaniMadrid24 

In the form you can limit the range of the date field so that the min date is current date,

Here's how:

chrome-capture-2024-3-16 (2).gif

After you publish the changes, this is how the validation will work:

chrome-capture-2024-3-16 (3).gif

 

I hope this help! If you need help implementing this solution, fell free to schedule a free call with me.

- Juan, code and no-code solutions expert.