SOLVED with update for CFDB 2 mins ago …
@michael Simpson
Finally can you help me how to fix it?
conflict with last version of contact form 7 and cfdb!
@takayuki Mioyshi
$submission = WPCF7_Submission::get_instance();
if ( $submission ) {
$posted_data = $submission->get_posted_data();
}
NOT WORK!!!!
CFDB after contact form updated to last version , don’t save any data in DB table and only create new row!
please help me!!!