Aug 21st, 2009, 12:21 AM
I've also run into this problem but have been unable to solve it using the above solution.
I added the line
I added the line
PHP Code:
<?php
else
$fields = array_merge($fields, $_POST);
but the page still loses all the form data when server side validation fails.
Can anyone help?
