Title: John's Replies | WordPress.org

---

# John

  [  ](https://wordpress.org/support/users/john-pingtech/)

 *   [Profile](https://wordpress.org/support/users/john-pingtech/)
 *   [Topics Started](https://wordpress.org/support/users/john-pingtech/topics/)
 *   [Replies Created](https://wordpress.org/support/users/john-pingtech/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/john-pingtech/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/john-pingtech/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/john-pingtech/engagements/)
 *   [Favorites](https://wordpress.org/support/users/john-pingtech/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Help with a filter – removing chained product from cart](https://wordpress.org/support/topic/help-with-a-filter-removing-chained-product-from-cart/)
 *  [John](https://wordpress.org/support/users/john-pingtech/)
 * (@john-pingtech)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/help-with-a-filter-removing-chained-product-from-cart/#post-8580012)
 * @mikejolly Any update to this? I can confirm that the option to change chained
   products does NOT appear in the woocommerce->product settings.
    -  This reply was modified 9 years, 4 months ago by [John](https://wordpress.org/support/users/john-pingtech/).
      Reason: added mike jolly
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Checkboxes and Radio Buttons not working](https://wordpress.org/support/topic/checkboxes-and-radio-buttons-not-working/)
 *  [John](https://wordpress.org/support/users/john-pingtech/)
 * (@john-pingtech)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/checkboxes-and-radio-buttons-not-working/#post-6239467)
 * Takayuki,
    I think the problem is in checkbox.php in function wpcf7_checkbox_validation_filter.
 *     ```
       if ( $tag->is_required() && empty( $value ) ) {
       		$result->invalidate( $tag, wpcf7_get_message( 'invalid_required' ) );
       	}
   
       return $result;
       ```
   
 * For a radio button, there is not a is_required object, and since you are using
   an “AND” the empty value does not apply. So it just does not do any validation
   against the [type]=>radio .
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Checkboxes and Radio Buttons not working](https://wordpress.org/support/topic/checkboxes-and-radio-buttons-not-working/)
 *  [John](https://wordpress.org/support/users/john-pingtech/)
 * (@john-pingtech)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/checkboxes-and-radio-buttons-not-working/#post-6239466)
 * I am seeing the same thing with **RADIO-BUTTONS**. I switched to twenty-fifteen
   as per your last suggestion and the problem still occurs. Since my form was rather
   lengthy, I created a simple form
 *     ```
       [radio radio-324 "one" "two" "three"]
       <p>[submit "Send"]</p>
       ```
   
 * But still the problem persisted…
 * I only have ONE plugin “Contact Form 7 ” v 4.2.1
    WP 4.2.2 on twenty-fifteen..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Youtube Channel Gallery] Shortcode and the API Key](https://wordpress.org/support/topic/shortcode-and-the-api-key/)
 *  [John](https://wordpress.org/support/users/john-pingtech/)
 * (@john-pingtech)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/shortcode-and-the-api-key/#post-6245291)
 * I would like to know the answer to this question as well
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress reCAPTCHA (with no CAPTCHA reCAPTCHA)] No longer works with CF7 4.1](https://wordpress.org/support/topic/no-longer-works-with-cf7-41/)
 *  [John](https://wordpress.org/support/users/john-pingtech/)
 * (@john-pingtech)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/no-longer-works-with-cf7-41/page/2/#post-5717298)
 * Please ignore the link on the bottom. I originally posted to the wrong forum,
   and cut and pasted the post to this forum.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress reCAPTCHA (with no CAPTCHA reCAPTCHA)] No longer works with CF7 4.1](https://wordpress.org/support/topic/no-longer-works-with-cf7-41/)
 *  [John](https://wordpress.org/support/users/john-pingtech/)
 * (@john-pingtech)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/no-longer-works-with-cf7-41/page/2/#post-5717297)
 * Plugin works fine for Login screen, but not with Contact form 7. I see the “shortcode”
   in CF7, of BWP reCAPTCHA in the “generate tag” dropdown. When I insert into a
   simple form with the generate tags “copy field” (similar to “[bwp-recaptcha bwp-
   recaptcha-123]”) and save and view the form, I only see the shortcode output 
   when viewing the form.
 * Version of BWP recaptcha 1.1.3
    Version of CF7 4.1 Version of WP 4.1.1
 * [https://wordpress.org/plugins/contact-form-7-bwp-recaptcha-extension/](https://wordpress.org/plugins/contact-form-7-bwp-recaptcha-extension/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HubSpot for WordPress] Google Maps API server rejected your request](https://wordpress.org/support/topic/google-maps-api-server-rejected-your-request/)
 *  Thread Starter [John](https://wordpress.org/support/users/john-pingtech/)
 * (@john-pingtech)
 * [13 years ago](https://wordpress.org/support/topic/google-maps-api-server-rejected-your-request/#post-3470514)
 * I updated the plugin to 1.8.2 and still I am getting this error on EVERY page
   load. Absolutely frustrating…
 * I had to go back and re-implement the above work-around to rectify.
 * As a paying member for Hubspot, I called support. The canned answer is to take
   it up on the forums. <priceless>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AVH First Defense Against Spam] AVH with WordPress 4.2](https://wordpress.org/support/topic/avh-with-wordpress-42/)
 *  [John](https://wordpress.org/support/users/john-pingtech/)
 * (@john-pingtech)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/avh-with-wordpress-42/#post-3204729)
 * Yup getting the same error as cnxtrans.
    Already disabled the error messages 
   to prevent the email.

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