Skip to content

Instantly share code, notes, and snippets.

@seunzone
Created August 11, 2020 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seunzone/e48b0e48d8b7aa1a78247d9ceb70019b to your computer and use it in GitHub Desktop.
Save seunzone/e48b0e48d8b7aa1a78247d9ceb70019b to your computer and use it in GitHub Desktop.
HTML Mail Sample
<form action="https://formsubmit.co/your@email.com" 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