Date field in pro forms not respecting required state

I just created a form with a date picker, and set it to required, but the submission doesn’t seem to respect it?

It’s not urgent as for now I’ve managed to get my use case working by setting the date to todays date, which it should always be as it’s an agreement.

But thought this might be worth a quick once over by you Daniel.

Thanks :slight_smile:

Hi there :slight_smile:

You can set “Allow Input” to true

CleanShot 2025-06-02 at 18.48.12@2x

which will make it a “real” input instead of flatpickr sorcery and therefore able to get picked up by the browsers validation. Calendar and all will still work normally of course.

Down the road we might add custom validation for date fields to avoid having to allow input.