Could you please share a sample custom object code to restrict the user from selecting the future date and populate a warning message from the questionnaire? Using version -6.9 SP2
Asked
Active
Viewed 99 times
1 Answers
0
I am not really sure what you really want but what I am guessing is that you want to ensure that user only pick dates earlier than the current date in date input element. For this you can use the "min" value of the date input field and set it to current date.

Beginner
- 182
- 2
- 14