-
Notifications
You must be signed in to change notification settings - Fork 599
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added form validation and reset functionality for feedback form
- Added client-side validation for feedback form fields: - Required fields for name, email, and feedback comments - Minimum length check for feedback comments (minimum 4 characters) - Restriction on future dates for event date selection - Implemented reset functionality for star ratings after form submission This change improves user experience by enforcing required fields and ensuring data integrity in the feedback form.
- Loading branch information
1 parent
3432a48
commit b9be8f4
Showing
2 changed files
with
43 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters