This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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="[email protected]"> | |
<!-- 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> |