Post Google Forms to a MySQL database?

google-apps-script, google-forms, mysql, php, post

Solution

Yes it is possible with Google Apps Script

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

Problem

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

Original source