Skip to content

Instantly share code, notes, and snippets.

@seowings
Last active October 10, 2021 01:22
Show Gist options
  • Save seowings/8b271f9890ec1a699f2b59c09a28d75e to your computer and use it in GitHub Desktop.
Save seowings/8b271f9890ec1a699f2b59c09a28d75e to your computer and use it in GitHub Desktop.
Contact Form for Netlify
<form name="contact" method="POST" data-netlify="true" action="/thank-you/">
<p>
<label>Your Name: <input type="text" name="name"></label>
</p>
<p>
<label>Your Email: <input type="email" name="email"></label>
</p>
<p>
<label>Message: <textarea name="message"></textarea></label>
</p>
<p>
<button type="submit">Send</button>
</p>
</form>
<p>
<input type="file" id="myFile" name="filename">
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment