This module inserts Webform submissions as new rows in Google Spreadsheets.

Requires Webform 4 and a little bit of configuration.
The Drupal 6 version of this module has been removed as it relied on the Google Docs API which was decommissioned by Google in April, 2015. The Drupal 7 version has been refactored to work with the Google Drive API.
Configuration
- Go to https://console.developers.google.com and create a new project.
- Give it a name.
- Enable the Drive API under "APIs & auth" » "APIs".
- Create a new `OAuth client ID` under "APIs & auth" » "Credentials"
- The type is `Web Application`
- The origin is your full URL, e.g. `https://www.example.com`
- The authorized redirect is `[the full URL from step ii]/webform_to_gdocs/oauth2callback` with a newline at the end.
- Note that it may take several minutes before your redirect URL propagates across Google's network in order for the next step to work.
- On the admin page (`admin/config/content/webform/gdocs`), enter the client details that you were given in step iii.
- Click the authorize button and follow the instructions to authorize your site.
Once configured, you'll be able to administer any existing or new Webforms by visiting a form and clicking the "Google Docs" tab.
Project information
Seeking co-maintainer(s)
Maintainers are looking for help reviewing issues.- Project categories: Integrations
43 sites report using this module
- Created by charlie-s on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.