Skip to content

Commit

Permalink
Add submitform
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianoaf8 committed Sep 11, 2024
1 parent a732772 commit 48fdc9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion subscribe.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="formSection">
<h2 id="subscribeTitle" data-translate="subscribeTitle">Subscribe</h2>
<form id="subscribeForm" action="https://formsubmit.co/[email protected]" method="POST">
<form id="subscribeForm" action="https://formsubmit.co/ae13ee8bbcd4e22acd6e07e9e275bd47" method="POST">
<input type="email" id="subscribeEmail" name="email" required data-translate="subscribePlaceholder" placeholder="Enter your email">
<button type="submit" id="subscribeButton" class="submitButton" data-translate="subscribeButton">Join the Future</button>
</form>
Expand Down
2 changes: 1 addition & 1 deletion unsubscribe.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="formSection">
<h2 id="unsubscribeTitle" data-translate="unsubscribeTitle">Unsubscribe</h2>
<form id="unsubscribeForm" action="https://formsubmit.co/[email protected]" method="POST">
<form id="unsubscribeForm" action="https://formsubmit.co/ae13ee8bbcd4e22acd6e07e9e275bd47" method="POST">
<input type="email" id="unsubscribeEmail" name="email" required data-translate="unsubscribePlaceholder" placeholder="Enter your email to unsubscribe">
<button type="submit" id="unsubscribeButton" class="submitButton" data-translate="unsubscribeButton">Leave the Network</button>
</form>
Expand Down

0 comments on commit 48fdc9e

Please sign in to comment.