Created
June 24, 2023 19:56
-
-
Save nasermirzaei89/d0dd51fea40dbb40ae1fd660ff7887f2 to your computer and use it in GitHub Desktop.
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://formset.io/f/{formName}" method="post"> | |
<label for="email">Email Address</label> | |
<input name="email" id="email" type="email"> | |
<button type="submit">Submit</button> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment