I have posted before about this issue and adding the post value in my form fields does not prevent an incorrect image verification from clearing my form data. I have added:
<input name="name" value="<?php echo $_POST['name']; ?>">
I previously had a Javascript onSubmit to check for missing fields, which I have removed for testing this problem.
My Submit URL field on the Form URLs tab is blank (default).
I am using version 1.0. Do I need to upgrade to get this to work, or make some modifications to the code? Help would be greatly appreciated as this is a big problem. Thank you.
<input name="name" value="<?php echo $_POST['name']; ?>">
I previously had a Javascript onSubmit to check for missing fields, which I have removed for testing this problem.
My Submit URL field on the Form URLs tab is blank (default).
I am using version 1.0. Do I need to upgrade to get this to work, or make some modifications to the code? Help would be greatly appreciated as this is a big problem. Thank you.