Title: Checkbox Array Value
Last modified: August 21, 2016

---

# Checkbox Array Value

 *  [kokoruz](https://wordpress.org/support/users/kokoruz/)
 * (@kokoruz)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/checkbox-array-value/)
 * I am passing my checkbox value to salesforce.com and instead of listing the value
   it is listing the word Array.
 * My script based on Alex Hagers script [http://www.alexhager.at/how-to-integrate-salesforce-in-contact-form-7/](http://www.alexhager.at/how-to-integrate-salesforce-in-contact-form-7/)
   and works perfectly on all text box fields but my checkbox it not being recorded.
 * The information is being collected in my WP DB correctly and my emails are displaying
   the correct value but I cannot get Saleforce to record anything but the word 
   array.
 * My last modification was to do the following
    `$newsletter = $cf7->posted_data["
   Newsletter"];`
 *     ```
       if ($cf7->posted_data["Newsletter"] == "Yes") {
           $post_items[] = '00NG000000Cbd9t=' . "Yes";
         } else {
       	 $post_items[] = '00NG000000Cbd9t=' . "No";
         }
       ```
   
 * but this still did not work. If anyone has had this issue could you please share
   what I need to resolve this.
 * Thank You!
 * [https://wordpress.org/plugins/contact-form-7/](https://wordpress.org/plugins/contact-form-7/)

The topic ‘Checkbox Array Value’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

## Tags

 * [array](https://wordpress.org/support/topic-tag/array/)
 * [value](https://wordpress.org/support/topic-tag/value/)

 * 0 replies
 * 1 participant
 * Last reply from: [kokoruz](https://wordpress.org/support/users/kokoruz/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/checkbox-array-value/)
 * Status: not resolved