Skip to content

Instantly share code, notes, and snippets.

@jmikedupont2
Created November 3, 2019 20:54
Show Gist options
  • Save jmikedupont2/920fe6020f7f0e0e1c24245acf49eb17 to your computer and use it in GitHub Desktop.
Save jmikedupont2/920fe6020f7f0e0e1c24245acf49eb17 to your computer and use it in GitHub Desktop.
<form id="fs-frm" name="simple-contact-form" accept-charset="utf-8" action="https://formspree.io/info@nt41solutions.com" method="post">
<fieldset id="fs-frm-inputs">
<label for="full-name">Full Name</label>
<input type="text" name="name" id="full-name" placeholder="First and Last" required="">
<label for="email-address">Email Address</label>
<input type="email" name="_replyto" id="email-address" placeholder="email@domain.tld" required="">
<label for="message">Message</label>
<textarea rows="5" name="message" id="message" placeholder="How can we help?." required=""></textarea>
<input type="hidden" name="_subject" id="email-subject" value="Contact Form Submission">
</fieldset>
<input type="submit" value="Submit">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment