The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (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.31 (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.31 (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.31 (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.31 (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.31 (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 array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Confirmation page does not display - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5)
+--- Thread: Confirmation page does not display (/showthread.php?tid=4761)



Confirmation page does not display - fingerprn - Nov 6th, 2014

I'm updating my website with new pages and when I got to my contact form, I tested it and got the following:

"The submission was processed correctly, but you haven't specified a redirect URL for this form! Edit your form in the Form Tools UI and add the redirect URL."

No problem, I thought, it's still pointing to the old confirmation page. So I redirected formtools to the new confirmation page, but the problem is still happening.

I checked the MySql database and redirect_url has the correct address (which I also double checked using FT Check URL feature). Is_active, is_initialized and is_complete all say Yes.

I'm only having problems with one form. The others work fine.

Any ideas? Thanks!

UPDATE: So I tried adding a new form and the same thing happened. One thing I failed to mention before is that, unlike my other forms, this one goes through a processor script where FT is the last step.

Therefore, instead of action="formtools/process.php" its action="my_processor.php"

And the last step in my_processor.php is
include ("/home/myacct/public_html/formtools/process.php");

Since the form data is being inserted and the notification email is being sent, it seems like the problem is originating in FT, but I can't figure out how. It was working fine with the old form even though the exact same process was used.

Forms that access FT directly without the extra steps are working fine.


RE: Confirmation page does not display - fingerprn - Nov 6th, 2014

UPDATE #2: So I stripped out everything except the FT line in my_processor.php and I'm still having the same problem.


RE: Confirmation page does not display - fingerprn - Nov 6th, 2014

Finally gave up and just added my custom processing code to the process.php file. Works fine now.