Friday, April 13, 2012

Contact me form using Google document


You can use Google document to create a "contact me" form. You also  have a lot of choices for your form background. After you created a form, you can embed in your website using iframe.
(replace your form url to your Google form address.
 <iframe src="your form url" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
 When any user fills the form, you can see the information in your Google document. You can go to Tools->notification rule in your Google document to set: when a user submit a form, you receive an email notification.

Below is my form example.

No comments:

Post a Comment