Hi, Ben
I tried that but it still didn't work, so I reinstalled it in a directory called 'submissions'. Same problem.
Then it occurred to me that the form's 'POST' target url is "http://example.com/submissions/process.php" (without the www), but my site redirects all non-www requests to the corresponding www address, like this: "http://www.example.com/submissions/process.php". The form data was getting lost when the submission was redirected!
I added the www in the code and it's working perfectly now.
Thanks for your help!
Okay, so I've run into another problem now...
At step 5 I get a red box that just says 'Error', but provides no further information, when I click 'Next Step'. It does it regardless of whether I click 'Smart Fill' or 'Skip Step' first.
Chrome's Javascript Debugger shows the following when the Step 5 page loads:
Uncaught ReferenceError: sf_ns is not defined step5.php:644
Uncaught ReferenceError: sf_ns is not defined step5.php:592
I tried that but it still didn't work, so I reinstalled it in a directory called 'submissions'. Same problem.
Then it occurred to me that the form's 'POST' target url is "http://example.com/submissions/process.php" (without the www), but my site redirects all non-www requests to the corresponding www address, like this: "http://www.example.com/submissions/process.php". The form data was getting lost when the submission was redirected!
I added the www in the code and it's working perfectly now.
Thanks for your help!
Okay, so I've run into another problem now...
At step 5 I get a red box that just says 'Error', but provides no further information, when I click 'Next Step'. It does it regardless of whether I click 'Smart Fill' or 'Skip Step' first.
Chrome's Javascript Debugger shows the following when the Step 5 page loads:
Uncaught ReferenceError: sf_ns is not defined step5.php:644
Uncaught ReferenceError: sf_ns is not defined step5.php:592