Aug 15th, 2010, 2:04 PM
Yehaw! Thanks a lot...
Did I understand correct:
If I have a form 1 with...
the function will check if the posted form field "B" in form 1 already exists in column "A" of form 2?
Did I understand correct:
If I have a form 1 with...
PHP Code:
$fields = ft_api_init_form_page(1);
...
"A" => $_POST["B"]
);
if (!ft_api_check_submission_is_unique(2, $criteria, $fields["form_tools_submission_id"]))
...