Skip to content

Instantly share code, notes, and snippets.

@BhargzShukla
Last active February 22, 2020 19:23
Show Gist options
  • Save BhargzShukla/d3183fd267a4d028c704433dc380dbf8 to your computer and use it in GitHub Desktop.
Save BhargzShukla/d3183fd267a4d028c704433dc380dbf8 to your computer and use it in GitHub Desktop.
<form
name="contact-form"
action="/message"
method="post"
netlify
netlify-honeypot="bot-field"
>
<input type="hidden" name="bot-field" />
<input name="name" type="text" required />
<input name="email" type="email" required />
<input name="subject" type="text" required />
<textarea name="message" required></textarea>
<button type="submit">Submit</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment