Oct 26th, 2012, 6:38 AM
Argh, graveyard shift bonehead mistake
of course the process form shouldn't be there the last page :/
correct code in my case is:
I still am trying to figure out why the no_sessions_url parameter is not working with php form validation :/
http://forums.formtools.org/showthread.p...n=lastpost
Does anyone know what do to with that?
of course the process form shouldn't be there the last page :/
correct code in my case is:
Code:
require_once("/home/tandform/public_html/formtools/global/api/api.php");
$fields = ft_api_init_form_page("", "live", "tandform");
ft_api_clear_form_sessions("tandform");
ft_api_delete_unfinalized_submissions(1, false);
I still am trying to figure out why the no_sessions_url parameter is not working with php form validation :/
http://forums.formtools.org/showthread.p...n=lastpost
Does anyone know what do to with that?