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

Backend - Contact Form Feature #48

Open
eevan7a9 opened this issue Aug 14, 2024 · 0 comments
Open

Backend - Contact Form Feature #48

eevan7a9 opened this issue Aug 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@eevan7a9
Copy link
Owner

The form should capture the user’s name, email, and message. A dedicated API route and controller should handle form submissions, including validation and error handling.

  • Contact form submissions with fields: name, email, and message.
  • Create a Mongoose schema/Model for the contact form submissions.
  • API route and controller for handling contact form submissions.
  • Validate input data to ensure all required fields are provided and in the correct format.
@eevan7a9 eevan7a9 added the enhancement New feature or request label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant