I am using “Inline Form Validation Engine 1.6.2, jQuery plugin” to validate form.
But i want that on click of a link i.e..
<a href="#">Click here to submit</a>
it should validate. as my form do not have submit button..
Please help..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
try:
I won’t suggest to have your form without any submit button… because you are screwed when javascript is disabled in a browser.