Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Irishgeoff11/630eb05b189cf8400059bd859edf2a9b to your computer and use it in GitHub Desktop.
Save Irishgeoff11/630eb05b189cf8400059bd859edf2a9b to your computer and use it in GitHub Desktop.
Form backend service
<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>
@Irishgeoff11
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment