Aug 14th, 2009, 3:23 AM
Same happened to me months ago, no response.
I tested the print fields command above. All I get is form id and submission id:
Array ( [form_tools_form_id] => 9 [form_tools_submission_id] => 106 )
I tried taking the $fields = ft_api… line and the $params = … out of the if (empty($errors)) statement, and nothing.
I tried removing the "finished" line, no success
The form submits fine if EVERYTHING is right, but any error, from captcha or validation doesn't return the data to the form.
My old un-resolved post with code is here
http://forums.formtools.org/showthread.p...validation
I tested the print fields command above. All I get is form id and submission id:
Array ( [form_tools_form_id] => 9 [form_tools_submission_id] => 106 )
I tried taking the $fields = ft_api… line and the $params = … out of the if (empty($errors)) statement, and nothing.
I tried removing the "finished" line, no success
The form submits fine if EVERYTHING is right, but any error, from captcha or validation doesn't return the data to the form.
My old un-resolved post with code is here
http://forums.formtools.org/showthread.p...validation