-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Lines 101 to 123 in bb7a49b
| <div class="subscribe"> | |
| <h4>Subscribe now to get the latest updates!</h4> | |
| <form | |
| action="#" | |
| method="post" | |
| role="form" | |
| class="php-email-form" | |
| > | |
| <div class="subscribe-form"> | |
| <input type="email" name="email" /><input | |
| type="submit" | |
| value="Subscribe" | |
| /> | |
| </div> | |
| <div class="mt-2"> | |
| <div class="loading">Loading</div> | |
| <div class="error-message"></div> | |
| <div class="sent-message"> | |
| Your notification request was sent. Thank you! | |
| </div> | |
| </div> | |
| </form> | |
| </div> |
- the action for this form is not working
- Try to implement using JavaScript
Metadata
Metadata
Assignees
Labels
No labels