Title: Don&#8217;t save the access code
Last modified: February 5, 2021

---

# Don’t save the access code

 *  Resolved [blazkovac](https://wordpress.org/support/users/blazkovac/)
 * (@blazkovac)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/dont-save-the-access-code/)
 * Hello community!
 * Yesterday I saw that contact form didn’t submit if I had active plugin so I have
   disabled it and deactivated the connection with Google. Now when I want Google
   Sheet integration again I want to submit access code and doesn’t save. I have
   remove apps from Google third party apps and still nothing. I have tried on different
   page and it worked for 1st time, then I have deactivated it and tried again and
   doesn’t work.
 * I have tried removing plugin, disabling every other plugin of CF7 and still don’t
   work.
 * What could I do?

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

 *  Plugin Author [WesternDeal](https://wordpress.org/support/users/westerndeal/)
 * (@westerndeal)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/dont-save-the-access-code/#post-14006294)
 * [@blazkovac](https://wordpress.org/support/users/blazkovac/)
 * Click on View [https://www.gsheetconnector.com/wp-content/uploads/2019/01/Check-Deactivate-Log.jpg](https://www.gsheetconnector.com/wp-content/uploads/2019/01/Check-Deactivate-Log.jpg)
   
   to check errors.
 * Make sure, if your error log always showing empty then enable the debug log while
   adding debug statements in wp-config.php
 *     ```
       // Enable WP_DEBUG mode
       define( 'WP_DEBUG', true );
   
       // Enable Debug logging to the /wp-content/debug.log file
       define( 'WP_DEBUG_LOG', true );
   
       // Disable display of errors and warnings
       define( 'WP_DEBUG_DISPLAY', false );
       @ini_set( 'display_errors', 0 );
   
       // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
       define( 'SCRIPT_DEBUG', true );
       ```
   
 * which helps to debug where is the exact issue.
    alternatively, you can check 
   debug.log under wp-contents to check errors after adding the above debug statements,
   try to reauthenticate again, and let me know.
 * Thanks
    Abdullah
 *  [ventio](https://wordpress.org/support/users/ventio/)
 * (@ventio)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/dont-save-the-access-code/#post-14006353)
 * Have you got the “Facebook for WordPress” plugin?
    -  This reply was modified 5 years, 2 months ago by [ventio](https://wordpress.org/support/users/ventio/).
 *  Thread Starter [blazkovac](https://wordpress.org/support/users/blazkovac/)
 * (@blazkovac)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/dont-save-the-access-code/#post-14006362)
 * [@westerndeal](https://wordpress.org/support/users/westerndeal/) I have added
   debug to wp-config.php – How long does it usually takes until it refresher?
 * [@ventio](https://wordpress.org/support/users/ventio/) Yes, I have that plugin.
   Could that be the issue?
 *  [ventio](https://wordpress.org/support/users/ventio/)
 * (@ventio)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/dont-save-the-access-code/#post-14006368)
 * I have the same problem.
 *  Thread Starter [blazkovac](https://wordpress.org/support/users/blazkovac/)
 * (@blazkovac)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/dont-save-the-access-code/#post-14006374)
 * [@ventio](https://wordpress.org/support/users/ventio/) I just started the lead
   generation campaign, starting generating leads and this happened..
 *  Thread Starter [blazkovac](https://wordpress.org/support/users/blazkovac/)
 * (@blazkovac)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/dont-save-the-access-code/#post-14006381)
 * If I have plugin: Facebook for WordPress active it doesn’t submit the form. IF
   I deactivate plugin either Facebook for WordPress or CF7 to Google sheet it submits
   the form.
 *  Plugin Author [WesternDeal](https://wordpress.org/support/users/westerndeal/)
 * (@westerndeal)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/dont-save-the-access-code/#post-14006765)
 * Hi [@blazkovac](https://wordpress.org/support/users/blazkovac/),
 * There as been an issue with the guzzle library.
 * We did updated that for pro version of our plugin to latest and it conflicted
   with Facebook plugin as they were having lower version. So unfortunately due 
   to such issues we revert back and also not update it for the free version.
 * There are many other plugins who has not yet updated the versions and conflicting
   with each other.
 * We will provide update in next version or release beta/development version.
 *  Thread Starter [blazkovac](https://wordpress.org/support/users/blazkovac/)
 * (@blazkovac)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/dont-save-the-access-code/#post-14006988)
 * [@westerndeal](https://wordpress.org/support/users/westerndeal/) so if I buy 
   pro version it will work like it did previous?
 *  Plugin Author [WesternDeal](https://wordpress.org/support/users/westerndeal/)
 * (@westerndeal)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/dont-save-the-access-code/#post-14008138)
 * [@blazkovac](https://wordpress.org/support/users/blazkovac/)
    Currently, we are
   testing, will announce in a couple of days.
 * Thanks
 *  Plugin Author [WesternDeal](https://wordpress.org/support/users/westerndeal/)
 * (@westerndeal)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/dont-save-the-access-code/#post-14012186)
 * [@blazkovac](https://wordpress.org/support/users/blazkovac/)
    We have released
   version 4.6 with a library update can you check in your environment, it’s now
   compatible with this plugin [https://wordpress.org/plugins/official-facebook-pixel/](https://wordpress.org/plugins/official-facebook-pixel/)
 * Make sure, if having any issue on your side, you can roll back to 4.5 from here
   
   [https://downloads.wordpress.org/plugin/cf7-google-sheets-connector.4.5.zip](https://downloads.wordpress.org/plugin/cf7-google-sheets-connector.4.5.zip)
 * check and let me know further.
 * Thanks
    Abdullah

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

The topic ‘Don’t save the access code’ is closed to new replies.

 * ![](https://ps.w.org/cf7-google-sheets-connector/assets/icon-128x128.gif?rev=
   3232650)
 * [GSheetConnector for CF7 – Connect Contact Form 7 to Google Sheets and Send Form Submissions in Real Time](https://wordpress.org/plugins/cf7-google-sheets-connector/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cf7-google-sheets-connector/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cf7-google-sheets-connector/)
 * [Active Topics](https://wordpress.org/support/plugin/cf7-google-sheets-connector/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cf7-google-sheets-connector/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cf7-google-sheets-connector/reviews/)

## Tags

 * [access code](https://wordpress.org/support/topic-tag/access-code/)
 * [Google Sheet](https://wordpress.org/support/topic-tag/google-sheet/)

 * 10 replies
 * 3 participants
 * Last reply from: [WesternDeal](https://wordpress.org/support/users/westerndeal/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/dont-save-the-access-code/#post-14012186)
 * Status: resolved