May 18th, 2011, 6:48 PM
(May 12th, 2011, 5:17 PM)JMW Wrote: I doubt the Spry assets would be giving you a problem, otherwise you most likely would not be able to finalize the form.
the re-direct to the "thank you" page is pretty much the end of the line as far as the form processing.
look for this line in the process.php located in the formtools directory; (line 317)
// send any emails
ft_send_emails("on_submission", $form_id, $submission_id);
That is the last action of the script before the redirect when all goes well. Make sure it hasn't been altered or anything.
You said you were getting the test e-mail and it was all correct, right? So you know then that at least the formating and all isn't causing an issue. My gut thought is that something is interferring with the script processing the line mentioned above. Remember the test e-mail within the admin section does not use the info in process.php to send mail.
Thanks for the help JMW!
Yeah I am getting a test email. I downloaded 2.0.6 as I was using 2.0.4, and still getting the same issue. Really frustrating as I've done a few successful installs previously. It's not giving me any errors, none in installation, none in the back end.
So I'm back at square one. I haven't altered any script, I've just done the normal install.
Can anyone help? Has anyone else ever had this issue? The install is on a Windows server with Plesk, could that be an issue? Could it be the Spry validation?