Created
August 11, 2020 20:30
-
-
Save seunzone/e48b0e48d8b7aa1a78247d9ceb70019b to your computer and use it in GitHub Desktop.
HTML Mail Sample
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
<form action="https://formsubmit.co/[email protected]" method="POST"> | |
<input type="text" name="name" required> | |
<input type="email" name="email" required> | |
<input type="tel" name="phone" required> | |
<button type="submit">Send</button> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment