Read data found or not found

Pkoll 05 Jan, 2025

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

Pkoll 05 Jan, 2025
Answer
1 Likes

Hi max,

I found it. I have to use run events so the problem is solved!

Thanks

You need to login to be able to post a reply.