<#
// Page: Contacts-List
// This EASE page produces a list of contacts form the "Easy Contacts" Google Sheet
// This page:
// Lists the contacts
// Provides an mailto link
// Provides an edit link back to the Contacts page
// The associated contacts page will create a new record, update the existing,
// or delete the row from the sheet. (Sheet rows are referenced by "EASE Row ID"
// this is an automated field used to uniquely identity a row in a sheet
//
#>
+Add New Contact
<# start list for googlespreadsheet "Easy Contacts"; include all columns from "Sheet1"; #>
<# start header #>
Name | Phone | Company | State | Industry | Previous Purchase | |
---|---|---|---|---|---|---|
<# Phone #> | <# Company #> | <# State #> | <# Industry #> | <# Previous Purchase #> |
<# end footer #>
<# no results #>
There are no contact results in this list yet…
+Add New Contact
<# end no results #>
<# end list #>