Jan 11th, 2011, 10:20 AM
Sorry for long delay 
For some reason, notification email didn't work when I specified $next_page parameter. So the solution was not to specify it, and then use header("Location: thankyou.php") to redirect to a thank you page.
I'll try to find some time and play around to see why it wouldn't work.
Max

For some reason, notification email didn't work when I specified $next_page parameter. So the solution was not to specify it, and then use header("Location: thankyou.php") to redirect to a thank you page.
I'll try to find some time and play around to see why it wouldn't work.
Max
(Nov 20th, 2010, 10:06 AM)Ben Wrote: Hi SibuNY,
Yes, there needs to be a "next_page" param specified, but no, there doesn't have to be a captcha ($passes_captcha defaults to true).
Do you have a situation where you don't want to define a $next_page?
- Ben