Hello everybody
i need help
I want to manage an appointment in a Date type question:
I do a control that does not allow you to choose an earlier date
date reference (current date)
thanks
Hello everybody
i need help
I want to manage an appointment in a Date type question:
I do a control that does not allow you to choose an earlier date
date reference (current date)
thanks
You cannot refer to the current date in the checks/syntax.
So what can i do to plan a appointment
give me a suggestion please
Perhaps, use a calendar event?
https://docs.mysurvey.solutions/release-notes/version-20-12/
Usually one records a start date for an interview. You can compare the appointment date to that start date and show an error if it is before that.
Validation condition like: self > interview_date
(Of course, if the start date has been recorded 2 days ago, an appointment date for yesterday will not produce an error)