You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app is built on Google Appengine platform and is accessible on http://ztahomework.appspot.com/
As per problem specifications, this code represents a web application fragment, which takes user input (first name, last name, company, email and phone number) and creates record in SalesForce Leads and MainChimp List.
Both sevices expose REST APIs, which are used in this code. SalesForse also requires authentication, "OAuth 2.0 username & password" is a preffered flow here.
Only one use case: enter data, press Save button.
Supported browsers: Google Chrome, Firefox, Opera
(IE does not support input fields placeholders which are used in markup, so the semantics of the fields will be missing)