real-estate-management icon indicating copy to clipboard operation
real-estate-management copied to clipboard

Backend - Contact Form Feature

Open eevan7a9 opened this issue 6 months ago • 0 comments

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 avatar Aug 14 '24 13:08 eevan7a9