The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(257) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/printthread.php(257) : eval()'d code 2 errorHandler->error
/printthread.php 257 eval
/printthread.php 117 printthread_multipage
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Form Builder - Forms won't send email - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Modules / Other (https://forums.formtools.org/forumdisplay.php?fid=8)
+--- Forum: Modules (https://forums.formtools.org/forumdisplay.php?fid=16)
+--- Thread: Form Builder - Forms won't send email (/showthread.php?tid=1994)

Pages: 1 2 3


RE: Form Builder - Forms won't send email - karks88 - May 7th, 2012

Thanks! I actually designed the site. The issue I'm having is that the site is done in a CMS. The owner wanted to integrate Form Tools in and so I had to cut and paste code from the CMS template. So yes, it's definitely a bit of a patchwork job.


RE: Form Builder - Forms won't send email - karks88 - May 14th, 2012

Ben, what do you think the best course of action is at this point?


RE: Form Builder - Forms won't send email - Ben - May 14th, 2012

Hi Karks,

I'm kind of stumped! Any chance I could get access to your installation so I could log in and debug the problem directly? If so, could you email me at ben.keen@gmail.com.

- Ben


RE: Form Builder - Forms won't send email - karks88 - May 15th, 2012

Thank you, Ben! I'm going to mail you the info right now.


RE: Form Builder - Forms won't send email - mrGarvin - Jun 5th, 2012

Hi all...
Just wanted to let you know that I experienced this issue today and found out that a simple error in closing a <p> tag (I missed to put the closing / in it... i.e. <p> instead of </p>) made the thankyou page fail to output anything and no e-mail was sent (Though the submission went through in the backend).
My mistake was found in the text for the thankyou page content when editing the form builder forms publishing settings.
It seems that the Form Builder script is REALLY unforgiven about such minor mistakes. So double check, triple check and then check again :-)

Don't know if this was helpful. I hope your problem's been solved by Ben.


RE: Form Builder - Forms won't send email - michatmaster7 - Jun 5th, 2012

This is true via the API, as well. Matter of fact, this can be true for ANY website-related endeavor. Mess up one character and your entire site could fail to render properly. It's a shame, sometimes, but it's also true. Checking your code is the first thing you should do when troubleshooting. As sad as it sounds, that is usually the suspect at the top of my list......lol.


RE: Form Builder - Forms won't send email - bkayster - Aug 15th, 2013

I've been following this thread because I am having the exact same issue. I spoke with the website host and testing with just “text”, works. So I removed all html content. However, the emails still are not sending. I haven't found any errors because of a closing tag. Where should I look first?


RE: Form Builder - Forms won't send email - Joe - Aug 15th, 2013

Hi there,

- As mentioned above you should check all your HTML first.
- Try sending either Text or HTML but not both as PHP mail() sometimes doesn't permit multipart emails
- Make sure your PHP Mail() works, you should just run a test outside of Form Tools to make sure it works.
- If PHP Mail works in your test (PHP Mail can be finicky at time), then install the SwiftMailer module and test with that in Form Tools
- If you still can not send out emails, run a system check

Hope this helps.

Cheers,

Joe