Title: Missing CF7 field
Last modified: June 13, 2018

---

# Missing CF7 field

 *  Resolved [user4523](https://wordpress.org/support/users/user4523/)
 * (@user4523)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/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)

 *  Plugin Author [Vsourz Digital](https://wordpress.org/support/users/vsourz1td/)
 * (@vsourz1td)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/missing-cf7-field/#post-10402952)
 * Hi [@user4523](https://wordpress.org/support/users/user4523/),
 * If you are talking about the cf7 acceptance field then we are currently working
   on that but could you please specify the field name which is missing to you.
 *  Thread Starter [user4523](https://wordpress.org/support/users/user4523/)
 * (@user4523)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/missing-cf7-field/#post-10410574)
 * It is no particular field. Just a field I have added to a CF7 form. When you 
   take a look at the function I mentioned than you will see, that this if-condition
   compares a numeric index with an string. This causes the first element in the
   array of the form field to be skipped.
    When you change this to
 * `if ($v->name != ‘submit_ip’) {`
 * everything works fine and the Advanced CF7 DB listing contains all field of the
   form.
 *  Plugin Author [Vsourz Digital](https://wordpress.org/support/users/vsourz1td/)
 * (@vsourz1td)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/missing-cf7-field/#post-10490484)
 * Hi [@user4523](https://wordpress.org/support/users/user4523/),
 * We have recently released a new version of our plugin. your issue has been resolved
   in the newer version of our plugin. Please do update it and let us know if still
   any issue occurs.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Missing CF7 field’ is closed to new replies.

 * ![](https://ps.w.org/advanced-cf7-db/assets/icon-256x256.jpg?rev=1696186)
 * [Advanced Contact form 7 DB](https://wordpress.org/plugins/advanced-cf7-db/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-cf7-db/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-cf7-db/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-cf7-db/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-cf7-db/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-cf7-db/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Vsourz Digital](https://wordpress.org/support/users/vsourz1td/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/missing-cf7-field/#post-10490484)
 * Status: resolved