Describe the bug
Currently, the "When is this event happening" field is of type text. We could consider improving the user experience by modifying it to date instead.
With the current implementation we are also exposing an issue that is happening when a user enters an invalid date or an invalid date format (example: 2024.02.09 instead of 2024-02-09 or 09-06-2024 instead of 2024-09-06) and when clicking on the "save" button, the "Please correct the errors below." error message is displayed without highlighting the problematic field.
