Created
July 11, 2023 12:19
-
-
Save Irishgeoff11/630eb05b189cf8400059bd859edf2a9b to your computer and use it in GitHub Desktop.
Form backend service
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://fabform.io/f/{form-id}" method="post"> | |
<label for="email">Your Email</label> | |
<input name="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
form backend service