开发者 | Moshenskyi Danylo |
---|---|
更新时间 | 2021年1月3日 22:35 |
PHP版本: | 4.7 及以上 |
WordPress版本: | 5.6 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Credentials
tab and click create credentials
. In dropdown list choose Service account key
. In next window select you service account, and Key type
to JSON
.//docs.google.com/spreadsheets/d/1yhzO1Q6ikYysfg8LCHqegPM/edit#gid=0
in this table URL is: 1yhzO1Q6ikYysfg8LCHqegPM
, and ID is: 0
(parameter gid
).Contact form 7
and use it.CF7-spreadsheets
to wp-content/plugins
directoryplugins
menuProbably, you not enable “Sheets API” on Google developers console. Follow this link, and click “Enable”. Or you didn't grant writable access to your service account.
Please check, that service account have access to write to your table.
Open table in browser, this parameters will in address string of your browser.
WPCF7_Submission
instead of $_POST
(pipes feature works).