Edit Contacts

<# // Page: List Contacts // This EASE page creates or updates contact rows in the "Easy Contacts" Google Sheet // This page: // Creates a new contact // Updates or deletes an existing contact // // The associated contacts-list page will list the contacts record and reference // back to this page to create, update or delete a row from the sheet. // (Sheet rows are referenced by "EASE Row ID" and passed in the URL as 'edit' // #>
<# start form for googlespreadsheet "Easy Contacts" <#[url.edit]#>;
save to “Sheet1”;
when creating redirect to “/list-contacts/”;
when updating redirect to “/list-contacts/”;
when deleting call confirm(‘Confirm Delete?’);
when deleting redirect to “/list-contacts/”;
#>

First Name
>

Last Name
>

Email
>

Phone
>

Company
>

State:

Select an Industry

/> Agriculture, Forestry, Fishing and Hunting /> Mining
/> Utilities /> Construction
/> Manufacturing /> Wholesale Trade
/> Retail Trade /> Transportation and Warehousing
/> Information /> Finance and Insurance
/> Real Estate Rental and Leasing /> Professional, Scientific, and Technical Services
/> Management of Companies and Enterprises /> Administrative and Support and Waste Management and Remediation Services
/> Educational Services /> Health Care and Social Assistance
/> Arts, Entertainment, and Recreation /> Accommodation and Food Services
/> Other Services (except Public Administration) /> Public Administration


Yes No
Have you purchased with us before? /> />

Comments:

/>
/>
/>
<# end form #>