May 10th, 2009, 5:10 AM
Hi
I have installed FT2 beta and none of my test submission receive.
I read the tutorial and put this code …
… on my contact page. At first the page was .html but although I renamed it to .php it doesn't work. FT says everytime I click the "Refresh Page" button "Form Tools hasn't received a successful test submission yet."
The thank-you-page is displayed correctly, so API should be found within my host.
Any suggestions what could be wrong? Help is very appreciated :-)
Thanks!
I have installed FT2 beta and none of my test submission receive.
I read the tutorial and put this code …
PHP Code:
<?php
require_once("../../cm/global/api/api.php");
$fields = ft_api_init_form_page("", "test");
$params = array(
"submit_button" => "submitForm",
"next_page" => "danke.html",
"form_data" => $_POST,
"finalize" => true
);
ft_api_process_form($params);
?>
The thank-you-page is displayed correctly, so API should be found within my host.
Any suggestions what could be wrong? Help is very appreciated :-)
Thanks!