Matt
Matt

Reputation: 2611

Post Google Forms to a MySQL database?

I've had a look around the net, google etc. i can't decipher wether it is possible to post google form data to both a google doc and to a database where the rest of my website is running?

The reason for this is so i can allow people with a Google Account to complete large forms or surveys that i can build on the fly nice and easily.

Thank you for any enlightening responses

Upvotes: 3

Views: 15041

Answers (1)

pbertsch
pbertsch

Reputation: 330

Yes it is possible with Google Apps Script

https://developers.google.com/apps-script/guides/jdbc

Upvotes: 5

Related Questions