Wordpress plugin that merge Contact form 7 functional with google spreadsheets (also works with private spreadsheet).
Donation address (BTC): 126PYVmUc6X4BSqFckkwicJ8dJtCC9fCyL
- Upload plugin folder
CF7-sreadsheets
towp-content/plugins
directory - Open wordpress admin tool and activate the plugin at
plugins
menu
Video instruction: https://www.youtube.com/watch?v=ZgZRBByY4fc
Video instruction (OLD versions): https://www.youtube.com/watch?v=5ICWr5MMo7E
- Prepare API
- Go to the Console Developers API
- Enable Sheets API (in
library
tab) - Create new service account
- Go to
Credentials
tab and clickcreate credentials
. In dropdown list chooseService account key
. In next window select you service account, andKey type
toJSON
. - Save the json document
- Create a table
- Go to the Google Spreadsheets and create new table (or open exists table)
- Copy table URL and ID. For example:
//docs.google.com/spreadsheets/d/1yhzO1Q6ikYysfg8LCHqegPM/edit#gid=0
in this table URL is:1yhzO1Q6ikYysfg8LCHqegPM
, and ID is:0
(parametergid
).
- Paste the spreadsheet URL and ID in plugin options page, upload JSON file, and choose other options.
- Create usual form in
Contact form 7
and use it.