Retaining data in a form that has Spry
I have a PHP form with a Captcha, on submit the Captcha is validated, if entered wrong it takes you back to the same page. I had a problem with the input fields loosing their data but I was able to solve it by entering inside the value fields value="<?=$_POST['name'] ?> and so on. But it doesnt seem to work with the fields that have the Spry validation. Even without any other scripts, it never saves the data or shows a dropdown of previous data entered. Any ideas how to retain the data? I would probably have to do some editing to SpryValidationTextField.js? Thanks!
