Apr 28th, 2014, 9:45 AM
Hey Peter,
I should have noticed this earlier. You're actually missing the function to process the parameters. Your code should look like this:
<?php
require_once("/var/www/vhosts/marcheservices.eu/httpdocs/formtools/global/api/api.php");
$fields = ft_api_init_form_page();
$params = array("no_sessions_url" => "/infomap/formulier-infomap.php");
ft_api_process_form($params);
ft_api_clear_form_sessions();
?>
Hope this helps.
Cheers,
Joe
I should have noticed this earlier. You're actually missing the function to process the parameters. Your code should look like this:
<?php
require_once("/var/www/vhosts/marcheservices.eu/httpdocs/formtools/global/api/api.php");
$fields = ft_api_init_form_page();
$params = array("no_sessions_url" => "/infomap/formulier-infomap.php");
ft_api_process_form($params);
ft_api_clear_form_sessions();
?>
Hope this helps.
Cheers,
Joe