I have an HTML for with Recaptcha, unfortunately if someone enters Recaptcha

wrong it resets form. Any help? I have an HTML for with Recaptcha, unfortunately if someone enters Recaptcha wrong it resets form, and the user loses all the information they entered on the form. Is there some way if Recaptcha is entered wrong, it does not reset pge?
 
Depends on what you're using to process the form page. How I do it is pass all the form variables along to the error page and re-insert them into the form items as values


value="<?php echo $_POST["formitemname"]?>"


hope that makes sense

I'd also recommend looking up the software Forms To Go - it's a great help.
 
Back
Top