Nov 16th, 2009, 12:55 PM
Hi Ben,
I've gone through your website and tried to implement Adding a single page form with the API and again get stuck on step4.php
this is wht the php header now looks like:
<?php
require_once("/home/rcpnemun/public_html/formtools/global/api/api.php");
$fields = ft_api_init_form_page(1, "initialize");
$params = array(
"submit_button" => "Submit",
"next_page" => "thanks.php",
"form_data" => $_POST,
"finalize" => true
);
ft_api_process_form($params);
?>
And when I try to go to step5.php and skip I get the following error:
Error:
Failed query in ft_finalize_form
Kindly help.
Thanks,
Harsh
I've gone through your website and tried to implement Adding a single page form with the API and again get stuck on step4.php
this is wht the php header now looks like:
<?php
require_once("/home/rcpnemun/public_html/formtools/global/api/api.php");
$fields = ft_api_init_form_page(1, "initialize");
$params = array(
"submit_button" => "Submit",
"next_page" => "thanks.php",
"form_data" => $_POST,
"finalize" => true
);
ft_api_process_form($params);
?>
And when I try to go to step5.php and skip I get the following error:
Error:
Failed query in ft_finalize_form
Kindly help.
Thanks,
Harsh