Skip to content

Instantly share code, notes, and snippets.

View surface2air's full-sized avatar
🕺
https://soundcloud.com/surface2air

Eric Gould surface2air

🕺
https://soundcloud.com/surface2air
View GitHub Profile
@kidGodzilla
kidGodzilla / mailthisto-example.html
Last active September 11, 2023 08:00
Mailthis.to Example
<form action="https://mailthis.to/example" method="POST" encType="multipart/form-data">
<h3>Contact Form (example)</h3>
<!-- Name -->
<input type="email" name="name" placeholder="Your name">
<!-- Email -->
<input type="email" name="email" placeholder="you@mail.com">
<!-- Phone Number -->
<input type="text" name="phone" placeholder="+1 (255) 555-5555">
<!-- Textarea (Message) -->
<textarea name="message" placeholder="Enter your message here" style="height:90px"></textarea>