Dev_Profiles icon indicating copy to clipboard operation
Dev_Profiles copied to clipboard

Create a contact Page

Open Gyanthakur opened this issue 1 year ago • 0 comments

📝 Description The task is to create a contact page with a form that collects user input (name, email, message, etc.) and sends the response via email to [email protected]. The form should have proper validation, error handling, and a success confirmation message.

📷 Screenshot or Visual Reference (optional)

Steps to Reproduce: Navigate to the contact page. Fill out the contact form with name, email, and message. Click the submit button. Expected behavior: A confirmation message is displayed, and the form data is sent to the specified email address. Actual behavior: (If any issues arise, document them here.) Environment (if applicable):

Why it's useful: The contact page is essential for user communication and feedback. Sending responses directly to email enhances communication efficiency. How it should work: The form should:

  • Validate input fields (e.g., email format, required fields).
  • Display success or error messages.
  • Send form data to [email protected].

Gyanthakur avatar Oct 08 '24 17:10 Gyanthakur