I have browsed the forum looking for solutions to the form reseting to "blank" fields if the validation image is not entered correctly.
Back in 2008 there were some post to use value="<?php echo $_POST'name']; ?>", but this not working for me. I have even tried to set a session value upon submit and that does not work either.
On the FAQ page http://www.chronoengine.com/faqs.html - (#35), there is a solution provided, but this does not work either.
I would like to retain checkbox selections as well if validation code does not work so the user does not have to select them again.
Variables/id being used are: name, email, phone, message
Another bit of information: I have Enable Validation set to "no" because I have a specific height to work with and the error messages push the form down and messes with the layout. I will do another post about this question.
Thanks in advance.
Back in 2008 there were some post to use value="<?php echo $_POST'name']; ?>", but this not working for me. I have even tried to set a session value upon submit and that does not work either.
On the FAQ page http://www.chronoengine.com/faqs.html - (#35), there is a solution provided, but this does not work either.
I would like to retain checkbox selections as well if validation code does not work so the user does not have to select them again.
Variables/id being used are: name, email, phone, message
Another bit of information: I have Enable Validation set to "no" because I have a specific height to work with and the error messages push the form down and messes with the layout. I will do another post about this question.
Thanks in advance.