Google Apps Mashups
Gadgets, Sites, Spreadsheets, Documents

This example embeds a frevvo form as a Google Gadget into a Google Sites page. It updates a Google Spreadsheet, sends email formatted using a Google Document and displays the spreadsheet.
Try Email
Linking to a Google Spreadsheet

This example pre-populates from this Google spreadsheet and updates it when submitted. See this blog article for more details.
Try Email
Rich Email formatting using Google Documents

This example uses this Google document as a rich email template. When submitted, it sends an email to the address entered in the form formatted using the document. See this blog article for more details.
Try Email
Business Forms
Dynamic Dropdowns

This example uses dynamic dropdowns. - select an item from one category and a rule populates the next dropdown with subcategories from a back end database. See this blog article for more details.
Try Email
XML Initialization

This example initializes a form from an XML document and gives the user visual feedback. We've found that this sort of feedback is often more important than performance. See this blog article for details.
Try Email
Dynamic Initialization

This example dynamically initializes a form without reloading the page. Just enter a customer ID and the form will automatically update with the correct information. See this article and this article for technical details.
Try Email