-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Labels
Description
🐞 Issue: Add Validation, Custom Dropdown, and Toast for Feedback Form
Description
Currently, the feedback form submits when typing in the message field, even if other required fields are empty. The form lacks validation and user feedback after submission.
Expected Behavior
- Form should validate all required fields before submission.
- Required fields should display a red asterisk (
*). - Feedback Type dropdown should have a custom styled appearance.
- A toast message should appear upon successful submission.
Acceptance Criteria
-
Prevent form submission unless all required fields are filled
-
Add red asterisks to Name, Email, Feedback Type, Message, and Rating fields
-
Implement a custom-styled dropdown for “Feedback Type”
-
Show toast notification on successful form submission:
“Thank you for your feedback! We’ve received your submission and will review it shortly”
Reactions are currently unavailable