Skip to content

Instantly share code, notes, and snippets.

@ann-kilzer
Created June 29, 2020 10:34
Show Gist options
  • Save ann-kilzer/5dff33ca44e34a02630d22a1a9d6785b to your computer and use it in GitHub Desktop.
Save ann-kilzer/5dff33ca44e34a02630d22a1a9d6785b to your computer and use it in GitHub Desktop.
Add this to your index.html
<!--dummy form so netlify knows what's coming-->
<form name="contact-speaker" netlify netlify-honeypot="bot-field" hidden>
<input type="text" name="name" />
<input type="text" name="email" />
<textarea name="message"></textarea>
<input type="text" name="speaker" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment