The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Form submits, but generate blank page - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: Installation (https://forums.formtools.org/forumdisplay.php?fid=4) +--- Thread: Form submits, but generate blank page (/showthread.php?tid=508) |
Form submits, but generate blank page - largerabbit - Feb 10th, 2010 Hi there, Hopefully this is something simple I have missed. Everything installed perfectly, and my form setup went ok, I changed the parameters at the top of the form as required. However, when I now submit my form it gets added to the database and emails are sent, but I just get a blank page without forwarding to my thankyou page. The thankyou page is accessible and verifed. The contents of the blank page appear to be just the number 1. Any help is really appreciated. Thanks. RE: Form submits, but generate blank page - Ben - Feb 12th, 2010 Hi LargeRabbit, Sorry you're having trouble! Try temporarily disabling all email templates and re-try submitting your form. I've seen this happen a couple of times that was caused by invalid content in email templates, though your emails are getting through... still, worth trying. Other than that, try adding the following line to your /global/config.php file: PHP Code: $g_default_error_reporting = 2047; Then see if you get any errors when submitting the form. - Ben |