ItalAILabs / italailabs.github.io

0 stars 0 forks source link

Implement Contact Form with Email Submission Functionality #2

Open paolomandica opened 1 week ago

paolomandica commented 1 week ago

Add a contact form on the website to allow visitors to reach out to us. The form should include fields for Name, Email, and Message. Upon submission, the form data should be sent to our designated email inbox.

Requirements

  1. Form Fields:
    • Name (required)
    • Email (required, valid email format)
    • Message (required)
  2. Submit Button:
    • Send form data to our email inbox.
    • Display success or error message based on submission outcome.
  3. Email Integration:
    • Backend setup to handle and send email submissions.
  4. Security:
    • Implement spam-prevention (e.g., CAPTCHA).
  5. UI/UX:
    • Consistent design with the website.
    • Responsive and user-friendly.

Tasks

Acceptance Criteria