Hi @amgdre,
Thanks for using our plugin. Following are few of the points which will help us to debug the issue.
1) Enable debug in config file and than again test. This will create debug.log file under wp-content folder. Check for cf7 google sheet connector error if so than let us know.
2) Check the log that is created by CF7 google sheet. For that click “View” from goggle sheet integration page. Let us know if there is any error.
3) What other CF7 extension you are using ?
Me too, this happens.
I do not know how to debug
but I have the extensions
Column Shortcodes
Contact Form 7 Shortcode Enabler
Visual Builder for Contact Form 7
thanks
when active the pluguin already of error
@feliperubiomorais
We will check with the above extensions and get back to you.
And to debug, write following in your wp-config.php file before /* That’s all, stop editing! Happy blogging. */
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘SCRIPT_DEBUG’, true);
define(‘SAVEQUERIES’, true);
And than try to activate the plugin again. This will create a debug.log under wp-content folder. Send us the file.