Hi,
The fix can be applied in:
cf7-active-campaign/includes/class-cf7-active-campaign-settings.php
1. Line 19, put sanitize_text_field instead of sanitize_email
2. Line 22, put sanitize_text_field instead of absint
Best
Hi guys,
I have a fix for this as I’ve got into the same problem.
You need to make some edits in one of the plugin files:
cf7-to-google-sheet-extension/class-google-spreadsheet.php
You need to change lines 13 (clientId) and 14 (clientSecret).
To get those values you need to:
1. Follow the steps from this url to create a project: https://cloud.google.com/resource-manager/docs/creating-managing-projects (‘Creating a project’ section)
2. After the project is created, go to Quotas tab, click on “Google sheet Api” and then on Credentials
3. Press Create Credentials
5. Select OAuth client ID
6. Select Other, give it a name and Save
8. You’ll get a popup with client Id and client secret
9. Copy/paste those on lines 13 and 14 (see above)
10. You need to Reconnect the plugin – go to Wp Admin/Settings/CF7 to Spreadsheet/Press “Reconnect with google Spreadsheet”
Good luck!