Hi, I have two calendars in a form, one date is for the start tag and the other is for the end tag.
These dates are saved in a database, I need that in the next request, if the person chooses those same dates, it does not allow them to do so because they have already been taken.
I tried with a submit rule, but the comparison options it gives me are "is after, is before, is empty, is full", but I need an option like "between dates".
Is it possible to do this another way?
Thank you