1. Click on Contact Form 7 plugin and select Google Sheet.

  1. You can see here debug log view.

  1. If your debug log is showing blank then make sure that debug log is enabled from wp-config.php

 

Enable debug log from your wp-config.php file

define(‘WP_DEBUG’, true);

define(‘WP_DEBUG_LOG’, true);

define(‘SCRIPT_DEBUG’, true);

define(‘SAVEQUERIES’, true);

 

 

  1. Then, Check the log, simply click on “View” from google sheet integration page then let us know if there is an error so that we can assist you.

  1.  Check what other CF7 extensions you are using. Deactivate one by one and check if there is any conflict.

Also, make sure to avoid using CAPS, Special Characters like underscores(_), Spaces and numeric numbers in initial of naming the field.

Eg of field names:

First Name can be written like first-name

1Mob_No: can be written as mob-no

Are You Using WordPress? Can be written as are-you-using-WordPress

And so on.