Posts: 3
Threads: 1
Joined: Jan 2010
Reputation:
0
Hi all
After submitting a form there is indeed a correct entry in the database but i won't get to the redirect-page nor an email according to the settings.
The page just stays at process.php
What could be wrong?
Tx for any help,
Pat
Posts: 63
Threads: 9
Joined: Nov 2009
Reputation:
0
This isn't something I've come across before, but I was wondering if you have been able to successfully send a 'test' email from the form edit screen?
That would at least give an idea if server & email configuration might be a part of this.
Martin
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
Hi Pat,
Hmm.. what version of the script are you running? I fixed something in the most recent build that caused a problem like this, so if you're not completely up to date I'd recommend upgrading (just go to Settings -> Main tab and click "Check for Upgrades").
Also, you might want to post your email content here, just so we can look it over. I don't *think* it could cause the "badly formed JSON string" error, but it may cause the original problem of not sending the email.
- Ben
Posts: 10
Threads: 2
Joined: Feb 2010
Reputation:
0
Having the same issue with a 2.0.0 (just downloaded) install. Form will not get past 'process.php' to the redirect page with email enabled.
If I disable the email send on submission there is no issue getting to the redirect page.
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
Hi Steve,
This sounds like a problem with your email template content - most likely it contains a syntax error. I plan to add in some error checking on the Edit Email Template to let you know when things are wonky, but until then we have to contend with these errors manually...
Any chance you could post your email template content? (both HTML + text if you're using them).
- Ben
Posts: 10
Threads: 2
Joined: Feb 2010
Reputation:
0
Ben -
Thanks for the help. You were spot on. I took a closer look at the template content and found the issue.
Thanks again.