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. 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. 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 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 Link to comment https://forums.phpfreaks.com/topic/262186-php-server-side-validations/#findComment-1343648 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.