How can I detect that the "Date Picker" was not modified by the user?

Hello everybody!

I was creating a registration form, where the user enter his birthday into a “Date Picker”. I want notified him when he not fill this field, blocking the send of the form (not registrate him until he fill this field). The problem is “Date Picker” is never empy, because it always put the today’s date. How can i fix it?

I tried with this:

Check if the date is empty in After date set event block

1 Like

check, if age of user is minimum 10 years (depending on your requirements)
Taifun

1 Like

Update the text with the date picked and then check to make sure it’s not the default text with an if/else block.

Hey thanks, now is working as i want!

Cheers :grinning:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.