I am using dnaides validationAide and need some help. I am building a web app and need to do client side validation before commiting data into a postgresql database.
I am using validationAide to validate, but need to change the pagelayout once part of the page is valid. To cut a long story short, the user fills out some purchase order information and cannot continue ordering products until all purchase order information is validated. Once this information is validated I hide this part of the screen (form) when the submit button is clicked and display the second form, then need to continue the validation and submitting of data again. I hope I have made enough sense for someone to help me. I am very tired and need to get some sleep now. Thanks in advance.