Restricting Date selection on an order form

On my order form, I wanna restrict date selection to today’s and yesterday’s date. But i want today’s date to be selected by default. Today() does not seem to work in enum, i need some help…3X_f_8_f804fcd101190ded87297b190f2f0deb0684b134.png

Solved Solved
0 3 165
1 ACCEPTED SOLUTION

Valid_if of the Date column may be LIST(TODAY(), TODAY()-1)

View solution in original post

3 REPLIES 3

Please try TODAY() as initial value in the Date column.

Valid_if of the Date column may be LIST(TODAY(), TODAY()-1)

its working!! thank you!

Top Labels in this Space