Skip to content

Instantly share code, notes, and snippets.

@coderkan
Created May 30, 2018 13:35
Show Gist options
  • Save coderkan/24097cda998cf66da19fb99f8c595ff1 to your computer and use it in GitHub Desktop.
Save coderkan/24097cda998cf66da19fb99f8c595ff1 to your computer and use it in GitHub Desktop.
<form role="form" action="sendmail.php" method="post" style="text-align:center;margin-top:50px;" >
<div>
<input id='email' type="email" name="_mail" placeholder="E-mail">
</div>
<br>
<div>
<input id = 'subject' type="text" name="_subject" placeholder="Subject">
</div>
<br>
<textarea id='mailBody' name="_body" rows="12"></textarea>
<br>
<button type="submit" name="submit" >Send E-mail</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment