CodeForPhilly / balancer-main

CodeForPhilly balancer project (https://opencollective.com/code-for-philly/projects/balancer)
GNU Affero General Public License v3.0
11 stars 8 forks source link

Make feedback form errors more specific #127

Open taichan03 opened 2 months ago

taichan03 commented 2 months ago

Image

The above error appeared when I tried to submit the form without selecting feedback type. I would like the error message to be more specific to help the user.

Error format (please repeat for all fields)

Error: [Field name] is required.

Example 1

Error: Feedback type is required.

Example 2

Error: Email is required.