Here is what I did:
In file contact-form-7-recaptcha-extension/includes/CF7reCAPTCHA.class.php
On line #773
Change: function tag_pane( &$contact_form ) {
To: function tag_pane( $contact_form ) {
basically just removed the & symbol. This was the same fix implemented on CF7-dynamic-extension