Created
May 30, 2018 13:35
-
-
Save coderkan/24097cda998cf66da19fb99f8c595ff1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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