Closed (won't fix)
Project:
Webform
Version:
6.x-3.6
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2008 at 21:39 UTC
Updated:
25 Jul 2012 at 03:37 UTC
Allow the ability to associate a webform with a google spreadsheet. Like so: http://googlesystem.blogspot.com/2008/02/add-data-to-google-spreadsheets...
Comments
Comment #1
quicksketchThis doesn't seem like something that should be integrated with Webform (at least directly). This sort of behavior is possible by creating a separate module that is dependent on Webform, but the amount of code it would take to gracefully integrate the two would warrant it being it's own module rather than part of the default Webform package.
Comment #2
charlie-s commentedI'm pledging to create this functionality in a separate module. After a lot of thinking I have concluded that Webform is the best approach for a client's customers to fill out applications on their website, and the results *must* go into their multi-user managed Google Docs account.
I have done this myself outside of Drupal, so the methods are not foreign to me, but integrating it into Webform as an add-on is the next step.
If anyone has interest in this topic post here, otherwise I will just post my results when I can.
Comment #3
patoshi commentedhi csdco! sounds like a perfect feature that would help businesses that use gdocs spreadsheets alot. right now i run an electronics repair shop and mainly operate on google docs, but it can only go so far. would be great if the webform can populate a gdocs spreadsheet.
Comment #4
sinuz commentedThis feature would be very nice! Any progress on it?
Comment #5
charlie-s commentedI had begun some work on this only to realize, in discussions with the client, that Webform will not meet their needs; some of the data captured will need to go to Google Docs and some data will need to go into their CRM. Thus, it makes more sense to continue using a custom form and PHP script to process them that will perform these tasks. I can't justify higher costs to re-develop a platform that currently works for them.
Ultimately, I wanted to see this accomplished in a generic module that would allow users to dynamically map their Webform components to spreadsheet fields. Until that day, you can do something like this:
- download Zend Gdata library (http://framework.zend.com/download/gdata)
- hook into Webform's submission API and run a function like this on your form's submission:
Comment #6
charlie-s commentedI'm actually interested in picking this idea back up... Is anyone willing to help out with the code?
Comment #7
charlie-s commentedYou can get a working copy of this module here: http://drupal.org/project/webform_to_gdocs
Initially it's only working with spreadsheets but I (or others) may introduce other document types.