Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed the Name field in contact form #61

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Conversation

dhruvi2403
Copy link
Contributor

Related Issue

Fixes #53

Description

I have validated the "Name" field of the contact form so that the user cannot enter gibberish values like only numbers or special symbols etc.

Type of PR

  • Bug fix
  • Feature enhancement
  • Documentation update
  • Other (specify): _______________

Screenshots / videos (if applicable)

[Attach any relevant screenshots or videos demonstrating the changes]
image
Now an error raises and does not allow user to submit the form until he fills in the proper name in the "Name" field

Checklist:

  • I have performed a self-review of my code
  • I have read and followed the Contribution Guidelines.
  • I have tested the changes thoroughly before submitting this pull request.
  • I have provided relevant issue numbers, screenshots, and videos after making the changes.
  • I have commented my code, particularly in hard-to-understand areas.

Additional context:

[Include any additional information or context that might be helpful for reviewers.]

Copy link

vercel bot commented Jan 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
scd-profile-score ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 8, 2025 3:39pm

Copy link

github-actions bot commented Jan 8, 2025

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTE.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@Ojas-Arora
Copy link
Owner

@dhruvi2403 Make Pr from different branch instead of main and after that check if any changes to be resolved in Branch Updation and after tthat it is ready to merge

@dhruvi2403
Copy link
Contributor Author

@dhruvi2403 Make Pr from different branch instead of main and after that check if any changes to be resolved in Branch Updation and after tthat it is ready to merge

I have made a new PR from a different branch. Please check and let me know.

@Ojas-Arora Ojas-Arora merged commit 52a527b into Ojas-Arora:main Jan 8, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG:Contact Form validation issue: "Name" field accepts numeric values
2 participants