Hi @afysio,
Can you check what error is printed in the log.txt file? You can open it up via the Google Sheet Integration Page. Send us the latest log.
If log.txt file is blank then enable WordPress debug by adding the following code in the wp-config.php file before /* That’s all, stop editing! Happy publishing. */ and submit the contact form again.
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, true);
define(‘SCRIPT_DEBUG’, true);
define(‘SAVEQUERIES’, true);
If you see any error related CF7 GSheet Connector then paste it here.
Thanks
Abdullah
Thread Starter
afysio
(@afysio)
Hi Abdullah,
sorry i took your time. Afterwards it turned out that we had ticked the spam limit of our servers. Our problem has been solved and the plugin is working properly.
Thanks