Created
April 3, 2021 13:23
-
-
Save S-codes14/383b7f6b2f4e5da45432a2268fd0a921 to your computer and use it in GitHub Desktop.
an example of getform email...
This file contains hidden or 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
<!-- | |
* 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