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 169
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