Skip to content

Instantly share code, notes, and snippets.

@dnnysng
Created March 8, 2022 03:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnnysng/1192b6f94cd1c047a67970ca57aeafd7 to your computer and use it in GitHub Desktop.
Save dnnysng/1192b6f94cd1c047a67970ca57aeafd7 to your computer and use it in GitHub Desktop.
Hidden form so Netlify can detect in React
<form name="contact" netlify netlify-honeypot="bot-field" hidden>
<input type="text" name="name" />
<input type="email" name="email" />
<textarea name="message"></textarea>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment