Feb 13th, 2013, 11:36 PM
First of all I apologize for my English
I have the same problem, when i fill the form, when I put the send button ,donĀ“t redirigue the correct page but again the form page, and don`t show the contect.
The form data is correct write in the database FORMTOOLS.
The code in the page contacto.php
<?php
require_once("formtools/global/api/api.php");
$fields = ft_api_init_form_page(2);
$params = array(
"submit_button" => "enviar",
"next_page" => "gracias.php",
"form_data" => $_POST,
"finalize" => true
);
ft_api_process_form($params);
?>
The code in the page gracias.php
<?php
require_once("formtools/global/api/api.php");
$fields = ft_api_init_form_page(2);
ft_api_clear_form_sessions();
?>
The code in page has put on head label,
When finish install form run de gracias.php for finish session
Any idea, thanks
I have the same problem, when i fill the form, when I put the send button ,donĀ“t redirigue the correct page but again the form page, and don`t show the contect.
The form data is correct write in the database FORMTOOLS.
The code in the page contacto.php
<?php
require_once("formtools/global/api/api.php");
$fields = ft_api_init_form_page(2);
$params = array(
"submit_button" => "enviar",
"next_page" => "gracias.php",
"form_data" => $_POST,
"finalize" => true
);
ft_api_process_form($params);
?>
The code in the page gracias.php
<?php
require_once("formtools/global/api/api.php");
$fields = ft_api_init_form_page(2);
ft_api_clear_form_sessions();
?>
The code in page has put on head label,
When finish install form run de gracias.php for finish session
Any idea, thanks