IS THIS A BUG.
The problem seems to be that the after one submission I get error#302. Is this a finalize ERROR or BUG. It seems everything is set correctly. If I reset the browser everything works (MOSTLY). I assume the following is not working correctly:
Error Type: User
Error Code: #302
PAGE: http://downtownchattanooga.org/nightfall
<?php
require_once("/home/XXXXX/public_html/data/global/api/api.php");
$fields = ft_api_init_form_page();
ft_api_clear_form_sessions();
?>
<?php
require_once("/home/XXXXX/public_html/data/global/api/api.php");
$fields = ft_api_init_form_page(1);
$params = array(
"submit_button" => "submit",
"next_page" => "http://downtownchattanooga.org/nightfall/auction/thanks.php",
"form_data" => $_POST,
"finalize" => true
);
ft_api_process_form($params);
?>
The problem seems to be that the after one submission I get error#302. Is this a finalize ERROR or BUG. It seems everything is set correctly. If I reset the browser everything works (MOSTLY). I assume the following is not working correctly:
Error Type: User
Error Code: #302
PAGE: http://downtownchattanooga.org/nightfall
<?php
require_once("/home/XXXXX/public_html/data/global/api/api.php");
$fields = ft_api_init_form_page();
ft_api_clear_form_sessions();
?>
<?php
require_once("/home/XXXXX/public_html/data/global/api/api.php");
$fields = ft_api_init_form_page(1);
$params = array(
"submit_button" => "submit",
"next_page" => "http://downtownchattanooga.org/nightfall/auction/thanks.php",
"form_data" => $_POST,
"finalize" => true
);
ft_api_process_form($params);
?>