Jun 18th, 2012, 12:03 AM
So, I have figured out how to do this and the submission_pre_parser module was exactly what I needed! Thank you, michatmaster7!
I have also been taking a look at the "Checking for Uniqueness on Multiple Fields" tutorial and that will be the next thing I implement.
I looked up the "ft_api_check_submission_is_unique" function in the Api/api.php file and, sure enough, it builds the query that is submitted to search for matching values in the database columns that already contain form entries.
That saves me having to put in my own query from scratch.
Thank you for this, Ben!
I have also been taking a look at the "Checking for Uniqueness on Multiple Fields" tutorial and that will be the next thing I implement.
I looked up the "ft_api_check_submission_is_unique" function in the Api/api.php file and, sure enough, it builds the query that is submitted to search for matching values in the database columns that already contain form entries.
That saves me having to put in my own query from scratch.
Thank you for this, Ben!