Missing CF7 field
-
First of all thanks for this plugin. It helps me a lot. But I have noticed that a field was missing on the listing of entries from a Contact Form 7 form. I think there might be an error in ‘includes/vsz-cf7-db-function.php’ in the function vsz_cf7_get_db_fields() where the field names are getting decoded. The condition
if ($k != ‘submit_ip’) {
should be changed to
if ($v->name != ‘submit_ip’) {
since $k is just an numeric index of that array from the sql result before.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Missing CF7 field’ is closed to new replies.