The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
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) |
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 |