mirror of
https://github.com/tmdinosaurcenter/kiosk-guestbook.git
synced 2026-06-11 02:29:09 -06:00
83775b716f
- Validate that first_name, last_name, email, and location are provided - Add regex-based email format validation in app.py - Display error messages on the guestbook form if validation fails These changes help ensure that only properly formatted data is stored.