FaizDev72 / SkillNest-EdTech-Platform-MERNStack

https://skillnest.vercel.app
0 stars 2 forks source link

Contact Page Creation #3

Open FaizDev72 opened 2 weeks ago

FaizDev72 commented 2 weeks ago

Overview:

A dedicated Contact Page needs to be created for the SkillNest platform, allowing users to reach out for inquiries, support, or feedback. This page should be accessible from the main navigation and include necessary fields for users to submit their messages.

Requirements:

  1. Design:

    • Page should align with SkillNest’s overall design and branding (consistent color scheme, fonts, etc.).
    • Clear and professional layout.
  2. Fields:

    • Name (text input)
    • Email (email input)
    • Subject (dropdown with options like Support, General Inquiry, Feedback)
    • Message (textarea for user input)
    • Submit button
  3. Functionality:

    • Form validation (check for valid email, required fields, etc.).
    • On successful submission, display a confirmation message (e.g., "Your message has been sent. We will get back to you soon.").
    • Handle form submission via backend (send email to support team or store in a database).
  4. Additional Considerations:

    • Spam Prevention: Include basic spam protection (e.g., reCAPTCHA).
    • Contact Information: Include alternative contact details (email, phone number) for users who may prefer other methods of communication.
  5. Mobile Responsiveness:

    • Ensure the page looks good and functions well across all screen sizes (desktop, tablet, and mobile).