footcap
footcap copied to clipboard
feat: Add Success Message to Newsletter Subscription Form
Summary: This PR adds a success message to the newsletter subscription form to improve user experience. The changes aim to provide clear feedback to users after they successfully subscribe.
Changes Made:
- Added a hidden success message element (
<p>) below the form. - Implemented JavaScript to handle form submission and display the success message dynamically.
- Ensured alignment with existing CSS styles and framework conventions.
Testing:
- Verified responsiveness across different screen sizes.
- Ensured proper rendering of the success message after form submission.
Related Issue: Closes #16