I was wondering if there is a way to add the "no_sessions_url" parameter to the Thank You page on a two page form (non-Paypal).
I don't want users to be able to access pages when they aren't supposed to. I tired adding:
between the call to ft_api_init_form_page and ft_api_clear_form_sessions on my thank you page...but no luck.
I don't want users to be able to access pages when they aren't supposed to. I tired adding:
Code:
$params = array("no_sessions_url" => "/page-to-redirect-to");
between the call to ft_api_init_form_page and ft_api_clear_form_sessions on my thank you page...but no luck.