-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a732772
commit 48fdc9e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|