Skip to content

Instantly share code, notes, and snippets.

@MrJSdev
Last active March 22, 2017 05:12
Show Gist options
  • Save MrJSdev/be7bca77f4489c09ee6f to your computer and use it in GitHub Desktop.
Save MrJSdev/be7bca77f4489c09ee6f to your computer and use it in GitHub Desktop.
<form id="contact-form" name="contact-form" method="post" action="#">
Name: <input type="text" name="name"><br><br>
Email ID: <input type="text" name="name"><br><br>
Subject: <input type="text" name="name"><br><br>
Message: <br>
<textarea rows="3"></textarea> <br><br>
<input type="submit">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment