[jQuery] Contact Form Validation with Savvy and PHP
I cannot get this to work for the life of me. The validation works,
if you a user fails to enter in a required field it alerts them to
that. However; when a user submits a complete form it send it to my
email properly but does not display the success text? Is it my PHP or
jQuery that's wrong? Please help!
Javascript w/ form:
<form id="contact-form">
* Denotes a required field
<div class="container">
<label>* Your Name:</label>
<input type="text" name="contact_name" class="required"/>
</div>
<div class="container">
<label>* Your E-mail Address:</label>
<input type="text" name="contact_email" class="email required"/