Skip to content

Instantly share code, notes, and snippets.

@blackspike
Created August 17, 2023 16:35
Show Gist options
  • Save blackspike/b9a4cc91edd76805c6357350ae18259f to your computer and use it in GitHub Desktop.
Save blackspike/b9a4cc91edd76805c6357350ae18259f to your computer and use it in GitHub Desktop.
<form action="https://submit-form.com/zbPzEs7b">
<label for="name">Name</label>
<input type="text" id="name" name="name" placeholder="Name" />
<label for="email">Email</label>
<input type="email" id="email" name="email" placeholder="Email" />
<label for="message">Message</label>
<textarea
id="message"
name="message"
placeholder="Message"
required=""
></textarea>
<button type="submit">Send</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment