Skip to content

Instantly share code, notes, and snippets.

@S-codes14
Created April 3, 2021 13:23
Show Gist options
  • Save S-codes14/383b7f6b2f4e5da45432a2268fd0a921 to your computer and use it in GitHub Desktop.
Save S-codes14/383b7f6b2f4e5da45432a2268fd0a921 to your computer and use it in GitHub Desktop.
an example of getform email...
<!--
* Add your getform endpoint into "action" attribute
* Set a unique "name" field
* Start accepting submissions
-->
<form action="{getform-endpoint}" method="POST">
<input type="text" name="name">
<input type="email" name="email">
<button type="submit">Send</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment