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



Form Tools
After the submit bug in the redirect to the succes.php - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: API (https://forums.formtools.org/forumdisplay.php?fid=17)
+--- Thread: After the submit bug in the redirect to the succes.php (/showthread.php?tid=5151)



After the submit bug in the redirect to the succes.php - Logeate - May 6th, 2015

Hi,
I have been trying integrating formtools through the API, I have reviewed all Threats related, and I do not know why once the completed form (and sent correctly) no forwarding is executed to the page succes.php (which in my case it is called formulariook.php)

This is the URL of the form:

http://www.coachingwingwave.cat/contacto.php

Here I leave the code that I have in the form page:

<Form action = "<? Php echo $ _SERVER ['PHP_SELF']?>" Method = "post">

<? Php
require_once ("/home/adminjoaquimb/public_html/formtools/global/api/api.php");
$ Fields = ft_api_init_form_page (5);
$ Params = array (
"Submit_button" => "submit"
"Next_page" => "contactoformulariook.php"
"Form_data" => $ _POST,
"Finalize" => true
);
ft_api_process_form ($ params);
?>

And this in succes.php page (formulariook.php)

<? Php
require_once ('/ home / adminjoaquimb / public_html / formtools / global / api / api.php ");
$ Fields = ft_api_init_form_page ();
ft_api_clear_form_sessions ();
?>

I tried to change and try everything but I can not make it work well, does anyone know what is happening? .. Thanks in advance,
Regards
Victor