PDA

View Full Version : Form Validation


dnys04173367569
05-31-2009, 12:29 PM
I have successfully used your User Registration Solution for setting up a registration form as can be seen in the Capture_New Registration.Jpg attached. All the data checks work and the updates to the Mysql server as well as the security checks.

However, can you tell me how I can make the validation checks, stop shifting the various input fields left when there is a validation error. I would like any validation errors to be displayed in another column if possible. Or at the least stop the shifting of the column's as shown in Capture_Registration with Error.jpg as attached.

I would appreciate any help in this matter as sadly I believe that without this amendment I will unhappily not be able to use this in my forthcoming project.

Ray Borduin
06-01-2009, 07:46 AM
You can probably add float or clear characteristics to the css so that the messages appear below, or you could remove the spry validation and have complete control over the positioning of the server validation.

If I could actually view your code I could be more specific. Do you have it hosted at a URL I can view?