How to required an Date picker in a form container?

Hello to all the weweb developer in the world i have just an question how can i in a form container make an element required ?

You can add a verification step on your “on submit” workflow. Check if your date picker has a value, if not, push a message or toggle a boolean to display a warning in your form asking your user to select a date.

1 Like