Bug Description
The Contact Us form accepts invalid values in both the Name field.
Specifically:
- The Name field accepts
abc!.
These values should be rejected by frontend validation before the form can be submitted.
Steps To Reproduce
- Go to the Contact Us page.
- Enter
abc! in the Name field.
- Fill in the remaining required fields.
- Click Send Message.
- Observe that the form accepts the values.
Expected Behavior
- The Name field should reject names containing invalid characters such as
!.
- Appropriate validation messages should be displayed.
- The form should not be submitted until valid values are provided.
Actual Behavior
abc! is accepted as a valid name.
- The form can proceed with these invalid values.
Affected Area
Frontend — Contact Form / Form Validation
Environment Info
Website: paraline.vercel.app/contact
Browser: Chrome
Operating System: Windows 11
Screenshots

Bug Description
The Contact Us form accepts invalid values in both the Name field.
Specifically:
abc!.These values should be rejected by frontend validation before the form can be submitted.
Steps To Reproduce
abc!in the Name field.Expected Behavior
!.Actual Behavior
abc!is accepted as a valid name.Affected Area
Frontend — Contact Form / Form Validation
Environment Info
Website:
paraline.vercel.app/contactBrowser: Chrome
Operating System: Windows 11
Screenshots