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
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
"Form Tools hasn't received a successful test submission yet." - 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: "Form Tools hasn't received a successful test submission yet." (/showthread.php?tid=529)



"Form Tools hasn't received a successful test submission yet." - Jorem - Feb 24th, 2010

Hi,

I've tried for days making a multi page form work. Whatever I do, I get "Form Tools hasn't received a successful test submission yet. "

The pages has
Code:
<?php
require_once("../form/formtools/global/api/api.php");
$fields = ft_api_init_form_page(2, "initialize");
$params = array(
  "submit_button" => "submit",
  "next_page" => "sista.php",
  "form_data" => $_POST
    );
ft_api_process_form($params);
?>
and the final page before the "thanks" page has the additional "finalize" tag.

The form is pretty vast, and I have tried a test submit with all fields filled in and NOT filled in. No go regardless.

I have only text fields, save from 6 drop down lists, like this:
Code:
<select name="leveransmanad" id="leveransmanad" style="width:150px;">
        <option selected="selected">MÃ¥nad.....</option>
        <option value="Jan">Jan</option> etc

I am just about to give up, but thought I'd give it a last chance by asking for help or hints here.

Please, what could be the reason for not being able to finnish the form?


RE: "Form Tools hasn't received a successful test submission yet." - Ben - Feb 24th, 2010

Hi Jorem,

Sorry you've been having such trouble. :-(

Two questions:
1. Can you click all the way through your forms to your final thankyou page?
2. Did you remember to include the finalize => true key on the page BEFORE your thankyou page? (see comments here: http://docs.formtools.org/tutorials/api_multi_page_form/?page=step2).

- Ben


RE: "Form Tools hasn't received a successful test submission yet." - Jorem - Feb 25th, 2010

(Feb 24th, 2010, 9:42 PM)Ben Wrote: Hi Jorem,

Sorry you've been having such trouble. :-(

Two questions:
1. Can you click all the way through your forms to your final thankyou page?
2. Did you remember to include the finalize => true key on the page BEFORE your thankyou page? (see comments here: http://docs.formtools.org/tutorials/api_multi_page_form/?page=step2).

- Ben
This problem has been solved. There has to be some cache function, either at the server or in my browser, that caused the headache. A couple of hours later, on another computer, it worked as it should.

But other issues has surfaced instead:http://forums.formtools.org/showthread.php?tid=533


RE: "Form Tools hasn't received a successful test submission yet." - Lzabeigot - Mar 25th, 2020

There is the best tool for the submission of the software when you trying to ficus the only one thing taht will help your out. When the best oxbridge essays that will help you the only one thing and if you have the problem then you should take the action.


RE: "Form Tools hasn't received a successful test submission yet." - delh20 - Apr 26th, 2021

Real Estate chapter during 2008 and learned a lot about each and every aspect of the sector like student and earned a reputation as a Professional real estate agent.]
commercial space on lease in gurgaon
serviced office in gurgaon
apartments on lease in aralias


RE: "Form Tools hasn't received a successful test submission yet." - delh20 - Apr 26th, 2021

Prices offered by our website is cheap as compare to any other csgo account selling website
csgo smurf
gta 5 accounts