Jan 26th, 2014, 10:17 PM
Attempting to prevent Blank submissions from being added to the database using the Submission Pre-Parser using this PHP code ...
if (empty($_POST["name"])) OR (empty($_POST["email"])) OR (empty($_POST["password"])) OR (empty($_POST["accuracy"]))
$_POST["form_tools_ignore_submission"] = true;
But I cannot get this to work at all.
Paid for 2 installations of the Form Builder for complex forms on 2 websites.
Any support in replying to this question much appreciated.
if (empty($_POST["name"])) OR (empty($_POST["email"])) OR (empty($_POST["password"])) OR (empty($_POST["accuracy"]))
$_POST["form_tools_ignore_submission"] = true;
But I cannot get this to work at all.
Paid for 2 installations of the Form Builder for complex forms on 2 websites.
Any support in replying to this question much appreciated.