Apr 26th, 2014, 12:07 AM
Hi Joe,
If i point to the api.php like you sugested:
require_once("/var/www/vhosts/marcheservices.eu/httpdocs/formtools/global/api/api.php");
the thank you page does not redirect either...
the top of the thank you page looks like this now:
<?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_clear_form_sessions();
?>
In my case the formulier-infomap.php is the registration form wich is together with the thank you page situated in the directory infomap. infomap and formtools directory are both in the root of my site
Realy would like this to work because it would be a simple solution that solves my problem......
Thanks for your time!
If i point to the api.php like you sugested:
require_once("/var/www/vhosts/marcheservices.eu/httpdocs/formtools/global/api/api.php");
the thank you page does not redirect either...
the top of the thank you page looks like this now:
<?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_clear_form_sessions();
?>
In my case the formulier-infomap.php is the registration form wich is together with the thank you page situated in the directory infomap. infomap and formtools directory are both in the root of my site
Realy would like this to work because it would be a simple solution that solves my problem......
Thanks for your time!