Jump to content

denniz

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by denniz

  1. Good day, I have a contact form that i pasted on this box, i have also attached the php and java script files that work with it. When i send a message via the contact form it does not send at all. it used to send successfully but it stopped. not sure where to look now. please advise what could be the problem. <div class="contact-details"> <!-- Contact Form --> <div class="contact-form wow bounceInRight"> <!--NOTE: Update your email Id in "contact_me.php" file in order to receive emails from your contact form--> <form name="sentMessage" id="contactForm" novalidate> <div class="col-md-6"> <input type="text" class="form-control" placeholder="Full Name" id="name" required data-validation-required-message="Please enter your name" /> <p class="help-block"></p> </div> <div class="col-md-6"> <input type="email" class="form-control" placeholder="email" id="email" required data-validation-required-message="Please enter your email" /> </div> <div class="col-md-12"> <textarea rows="10" cols="100" class="form-control" placeholder="Message (eg: message )" id="message" required data-validation-required-message="Please enter your message" minlength="5" data-validation-minlength-message="Min 5 characters" maxlength="999" style="resize:none"></textarea> </div> <div class="col-md-4 col-md-offset-5"><br><div id="success"> </div><button type="submit" class="btn btn-primary">Submit Message</button></div> </form> </div> </div> </div> </div> contact_me.js jqBootstrapValidation.js contact_me.php
×
×
  • Create New...