Deepthi.icon Posted May 7, 2012 Share Posted May 7, 2012 I am doing server side validations using php and jquery.Its validating properly.But problem is the erros messages are displaying on the top of the page.I want to display side of field.All of the validations store in array.How to display errors to side of the field. Quote Link to comment https://forums.phpfreaks.com/topic/262186-php-server-side-validations/ Share on other sites More sharing options...
QuickOldCar Posted May 7, 2012 Share Posted May 7, 2012 Posting your code would help. But it's best to use css to place items where you want them. Quote Link to comment https://forums.phpfreaks.com/topic/262186-php-server-side-validations/#findComment-1343620 Share on other sites More sharing options...
TimeBomb Posted May 7, 2012 Share Posted May 7, 2012 The very first validation example for JQuery does just as you described. http://docs.jquery.com/Plugins/Validation Quote Link to comment https://forums.phpfreaks.com/topic/262186-php-server-side-validations/#findComment-1343646 Share on other sites More sharing options...
Deepthi.icon Posted May 7, 2012 Author Share Posted May 7, 2012 I am doing server side validations using php and jquery.Its validating properly.But problem is the erros messages are displaying on the top of the page.I want to display side of field.All of the validations store in array.How to display errors to side of the field. 18308_.php 18309_.php Quote Link to comment https://forums.phpfreaks.com/topic/262186-php-server-side-validations/#findComment-1343648 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.