July 27, 2014 at 10:04 pm
#10002502
Keymaster
Hello, if you added the rule for the “name” in the validation function:

(Please make sure that the field has the “name” and “id” as you set in the JS)
Something like:
<div class="form-group"> <div class="col-sm-12"> <input class="form-control" placeholder="Name" name="newsletterName" id="newsletterName" type="text"> </div> </div>
Please let me know if you have any questions.
Thanks.