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.
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.
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.
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.
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.