Wordpress plugin that merge Contact form 7 functional with google spreadsheets (also works with private spreadsheet).
Donation address (BTC): 126PYVmUc6X4BSqFckkwicJ8dJtCC9fCyL
- Upload plugin folder
CF7-sreadsheetstowp-content/pluginsdirectory - Open wordpress admin tool and activate the plugin at
pluginsmenu
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
librarytab) - Create new service account
- Go to
Credentialstab and clickcreate credentials. In dropdown list chooseService account key. In next window select you service account, andKey typetoJSON. - 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=0in 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 7and use it.