Created
November 23, 2019 04:47
-
-
Save heyarviind/cde0154e96464002b484f54bf55e494a to your computer and use it in GitHub Desktop.
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
<form action="https://form.uisuite.io/<your-form-id>" method="post"> | |
<input name="name" type="text"> | |
<input name="email" type="email"> | |
<input name="phone" type="number"> | |
<button type="submit">Submit</button> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment