Title: initialize the value as empty
Last modified: April 30, 2026

---

# initialize the value as empty

 *  [tomoyukifumiyama](https://wordpress.org/support/users/tomoyukifumiyama/)
 * (@tomoyukifumiyama)
 * [1 week, 5 days ago](https://wordpress.org/support/topic/initialize-the-value-as-empty/)
 * In `contact-form-cfdb7/inc/admin-subpage.php`, around line 254, the code should
   initialize the value as empty. However, it currently only overwrites each value
   individually.
 * As a result, if one row has a value and the next row does not, the next row incorrectly
   inherits the data from the previous row.
 * Please add the following line at line 253:
 *     ```wp-block-code
       $form_values = array();
       ```
   

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Finitialize-the-value-as-empty%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/contact-form-cfdb7/assets/icon-256x256.png?rev=1619878)
 * [Database Addon for Contact Form 7 - CFDB7](https://wordpress.org/plugins/contact-form-cfdb7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-cfdb7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-cfdb7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-cfdb7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-cfdb7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-cfdb7/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [tomoyukifumiyama](https://wordpress.org/support/users/tomoyukifumiyama/)
 * Last activity: [1 week, 5 days ago](https://wordpress.org/support/topic/initialize-the-value-as-empty/)
 * Status: not a support question