Web Forms with Google Docs
I was working on a contact form for a client this last week, and while I have a PHP form processing script that I like to use there are other alternatives to add a contact and other forms to your website if you do not happen to know PHP or you just need a quick form to help collect information for a survey Google Docs Forms.
The form below is a sample form that I created for you to tell me what your favourite websites are. The form took only a few minutes to create and embed into this post using an iframe tag.
By submitting the form the data is automatically inserted into a Google Docs Spreadsheet that you can view, edit and of course share with the world if you like. Below is the spreadsheet that the information that the form above is saved into.
This is a very simple example of what you could do with a Google Doc Form and Spreadsheet. It makes it very easy for anyone with a website to add a web form to collect information, run surveys, polls etc with out needing to know PHP, PERL or any other server side scripting. I can see myself using a simple Google Form and Spreadsheet to manage entries from the Subscriber Bonus contests each month.
Comments
John
That is a great way of creating a form for a site. I will have to give it a try.
LGR
Thanks John. Hope you find it useful.
Tom Chen
It does work, but there is no any formatting available, so the form is very ugly. I use this because there are no other way to do so.
Mark
I use Google Docs, and forms everyday. It's an amazing tool. Do you know of a PHP script where I could run my own database?
LGR
Not off the top of my head. I usually just code it myself. You could try hotscripts. I am sure there would be something there.