Skip to main content

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).

Hey @DaniMadrid24 , you could do something like this

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

Hey @DaniMadrid24 , you could do something like this

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


It looks there is an error 😞


@DaniMadrid24 

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

Here's how:

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

 

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.


Reply