Hi ... i just downloaded form filed validation script and it works perfect . i just wanted to know that how can i get the errors individually just below the input box....
Thanks & Regards
Harry
PHP related forum, discuss snippets, classes and tutorials
Hi ... i just downloaded form filed validation script and it works perfect . i just wanted to know that how can i get the errors individually just below the input box....
Thanks & Regards
Harry
You mean for each single form element?
Yes for each single element . . .
this is not possible with the current class
search Google for "ajax form validation"
ok thanks for ur time.....
The best practice is to do client side validation together with server side validation.
for example using ajax requests together with php code from this class
You must log in to post.