Thursday, 15 April 2010

html - SimpleForm not Submitting -



html - SimpleForm not Submitting -

i new user simpleform (and html in general), , having problem setting contact form jekyll website. source using contact page. email box seems check inconsistent input when submitted, don't redirected or output.

thanks in advance!

class="snippet-code-html lang-html prettyprint-override"><section id="contact"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">contact</h2> <h3 class="section-subheading text-muted">thanks contacting me!</h3> </div> </div> <div class="col-lg-12 text-center"> <form action="http://getsimpleform.com/messages?form_api_token=2d6935f301203a8a2b595dfa0141a48a" method="post"> <!-- redirect_to optional, form redirect referrer on submission --> <input type='hidden' name='redirect_to' value='http://www.google.com' /> <!-- input fields here.... --> name:<input type='text' name='name'/></br> email:<input type='email' name='email'/></br> message:<textarea name='message'></textarea> <button type='submit' value='submit form'>submit:</button> </form> </div> </div> </section>

html simple-form

No comments:

Post a Comment