TIP: The sample button will fill the form for you.

First Name:
Last Name:
Address:
City:
State:
Zip:
Phone:
Email:

Debug Output

Stored Object:

{{storedInfo}}

Pending Object (visitorInfo):

{{visitorInfo}}

firstName.$error = {{valForm.firstName.$error}}
lastName.$error = {{valForm.lastName.$error}}
address.$error = {{valForm.address.$error}}
city.$error = {{valForm.city.$error}}
state.$error = {{valForm.state.$error}}
zip.$error = {{valForm.zip.$error}}
phone.$error = {{valForm.phone.$error}}
email.$error = {{valForm.email.$error}}

Form.$valid = {{valForm.$valid}}