Skip to content

Instantly share code, notes, and snippets.

@revans
Last active July 14, 2016 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save revans/c62c789006d94f43d5907f602da19062 to your computer and use it in GitHub Desktop.
Save revans/c62c789006d94f43d5907f602da19062 to your computer and use it in GitHub Desktop.
<form accept-charset="UTF-8" action="https://moonshine-app.herokuapp.com/f/abc" method="POST" id="contact-form">
<input type="hidden" name="utf-8" value="✓">
<input type="text" class="col-md-6 col-xs-12 name" name="name" placeholder="Name *" required="">
<input type="text" class="col-md-6 col-xs-12 Email" name="email" placeholder="Email *" required="">
<input type="text" class="col-md-12 col-xs-12 Subject" name="subject" placeholder="Subject">
<textarea type="text" class="col-md-12 col-xs-12 Message" name="body" placeholder="Message *" required=""></textarea>
<div class="cBtn col-xs-12">
<ul>
<!-- <li class="clear"><a href="#"><i class="fa fa-times"></i>clear form</a></li> -->
<li class="send"><a href="#" onclick="document.getElementById('contact-form').submit();"><i class="fa fa-share"></i>Send Message</a></li>
</ul>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment