choose date between specific timeframe/period

0
hello, i want to add a performance to an event, but when choosing the date, I want the user to be able to choose only between the dates when the festival takes place. and if they choose a date out of that timeframe, they get a validation message. How do i do this? thank you in advance!  
asked
1 answers
4

Hello Carolina,

you can write microflow on leave event of the date attribute where you can check whethere selected date is between period or not.

 

If not then you can thorow show message validation to selected proper date.

image.png

answered