wren
wren copied to clipboard
Enhancement: Display Success Message After Subscription
Changes Introduced:
- Added a success message (
✅ Subscription successful!) that appears when a user subscribes. - Implemented JavaScript logic to display the message dynamically.
- Cleared the email input field after a successful subscription.
How It Works:
- When a user enters an email and clicks "Subscribe," a success message appears.
- The email field is cleared after submission.
- The message is hidden initially and only displays after a valid entry.
Test Instructions:
- Enter an email in the input field.
- Click "Subscribe."
- Verify that the success message appears.
- Ensure the email input field is cleared after submission.
Related Issue
Closes [#17 )