futras icon indicating copy to clipboard operation
futras copied to clipboard

feat: Add Success Message to Newsletter Form

Open akshay0611 opened this issue 1 year ago • 0 comments

Summary: This PR adds a success message to the newsletter form to improve user experience. The message appears dynamically after the user submits their email, providing immediate feedback.

Changes Made:

  • Added a hidden success message (<p> element) below the form.
  • Implemented JavaScript to handle form submission and display the success message.
  • Ensured alignment with existing CSS styles and framework conventions.

Testing:

  • Verified responsiveness across different screen sizes.
  • Ensured proper rendering of the newsletter form and success message.
  • Tested the dynamic behavior of the success message.

Related Issue: Closes #15

akshay0611 avatar Feb 06 '25 07:02 akshay0611