Created
June 29, 2020 10:34
-
-
Save ann-kilzer/5dff33ca44e34a02630d22a1a9d6785b to your computer and use it in GitHub Desktop.
Add this to your index.html
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
<!--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