Bump.
I have tried the following fix from over a year ago (http://forums.formtools.org/showthread.php?tid=652) as I noticed my api.php did not have the hack in place, but that didn't fix the issue.
I have also added "send_emails" => true to my params on the final page even though I already have finalize set, but emails still aren't being sent.
As I mentioned before, test emails can be sent, but I need this to work on submission as a confirmation email is being sent out. I am using the Stripe payment gateway API at the same time, so that could possibly be the issue, but I doubt it as payments are being made, and form submissions are being added the the Form Tools database.
If anyone has any ideas, I'd appreciate it.
Thanks
The issue has been fixed. I should learn to follow directions better.
I decided to add in the next_page param and the email was sent. Unfortunately, with the way I'm using the Stripe API, I need it to stay on the same page so I can submit the payment and also display the previous values using the $_POST results so the visitor can print for their records (just in case the email gets blocked).
Seeing that that worked, I revisited the api.php file and noticed that hile I added in the if statement at the bottom of the function, I failed to remove the check for the next_page param farther up. I removed that and now everything works perfectly!
I have tried the following fix from over a year ago (http://forums.formtools.org/showthread.php?tid=652) as I noticed my api.php did not have the hack in place, but that didn't fix the issue.
I have also added "send_emails" => true to my params on the final page even though I already have finalize set, but emails still aren't being sent.
As I mentioned before, test emails can be sent, but I need this to work on submission as a confirmation email is being sent out. I am using the Stripe payment gateway API at the same time, so that could possibly be the issue, but I doubt it as payments are being made, and form submissions are being added the the Form Tools database.
If anyone has any ideas, I'd appreciate it.
Thanks
The issue has been fixed. I should learn to follow directions better.
I decided to add in the next_page param and the email was sent. Unfortunately, with the way I'm using the Stripe API, I need it to stay on the same page so I can submit the payment and also display the previous values using the $_POST results so the visitor can print for their records (just in case the email gets blocked).
Seeing that that worked, I revisited the api.php file and noticed that hile I added in the if statement at the bottom of the function, I failed to remove the check for the next_page param farther up. I removed that and now everything works perfectly!