Overview
The issue occurs when using a direct PHP check that incorrectly returns null even when a record is found.
Enable the 'run events' option in the read data action to properly trigger the data retrieval and allow accurate existence checks.
Hi Max,
How can I check if a database record is found or not. In CF 7 it is in the read data option.
I have tried it in a PHP file with &this->data('read_data8.returned') == Null{echo message;} this works when the record is not found
But when the record s found this gives the same result!
Is there a solution for this just like CF7
Greetings
Paul
Hi max,
I found it. I have to use run events so the problem is solved!
Thanks
This topic is locked and no more replies can be posted.