Is there a way to, as a contour form submission succeeds, add that perticular data as a new row in a google spreadsheet?
A client want to be able to easlily change the data, as well as have other tabs in the same document, where as I think that a google docs-integration perhaps is a solution. Currrently the client uses Google Form, but it provides little or no control of markup etc.
Yeah if google spreadsheet has an api you could do that by creating a workflow type, check this recent example where I integrated Contour with podio http://www.nibble.be/?p=424
Autoexport to google spreadsheet
Is there a way to, as a contour form submission succeeds, add that perticular data as a new row in a google spreadsheet?
A client want to be able to easlily change the data, as well as have other tabs in the same document, where as I think that a google docs-integration perhaps is a solution. Currrently the client uses Google Form, but it provides little or no control of markup etc.
Comment author was deleted
Yeah if google spreadsheet has an api you could do that by creating a workflow type, check this recent example where I integrated Contour with podio http://www.nibble.be/?p=424
Comment author was deleted
So looks like they have an api, should be possible then :)
https://developers.google.com/google-apps/spreadsheets/#adding_a_list_row
Comment author was deleted
Details on extending: http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Developer/Extending-Contour/
Details on full control of form markup: http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Developer/Custom-Markup/
Thanks. Gonna have a look.
is working on a reply...