com.bpsinfo.ultracart.checkout.ui.BillingForm
In addition to other standard variables like $cart
, StoreFront system screens (display and post form data, such as checkout screens) have a $form
variable that contains fields and data specific to that screen. Â
Listed below are the form fields specific to this screen template.
Name | Type | Formal Syntax | Form Data? | Required on Post? | Comments/Sample Usage |
---|
address1
| string
| $form.address1
| Â | Â | Â |
address2
| string
| $form.address2
| Â | Â | Â |
addressBook
| Array of Addresses
| $form.addressBook
| Â | Â | Â |
ccEmail
| string
| $form.ccEmail
| Â | Â | Â |
city
| string
| $form.city
| Â | Â | Â |
company
| string
| $form.company
| Â | Â | Â |
countries
| Array of string
| $form.countries
| Â | Â | Â |
country
| string
| $form.country
| Â | Â | Â |
customField2
| string
| $form.customField2
| Â | Â | Â |
dayPhone
| string
| $form.dayPhone
| Â | Â | Â |
email
| string
| $form.email
| Â | Â | Â |
emailConfirm
| string
| $form.emailConfirm
| Â | Â | Â |
errors
| Array of Errors
| $form.errors
| Â | Â | Â |
eveningPhone
| string
| $form.eveningPhone
| Â | Â | Â |
firstName
| string
| $form.firstName
| Â | Â | Â |
giftCharge
| string
| $form.giftCharge
| Â | Â | Â |
giftEmail
| string
| $form.giftEmail
| Â | Â | Â |
giftMaxLengthMessage
| string
| $form.giftMaxLengthMessage
| Â | Â | Â |
giftMessage
| string
| $form.giftMessage
| Â | Â | Â |
infoMessages
| Array of string
| $form.infoMessages
| Â | Â | Â |
lastName
| string
| $form.lastName
| Â | Â | Â |
merchantId
| string
| $form.merchantId
| Â | Â | Â |
state
| string
| $form.state
| Â | Â | Â |
stateOptionalCountriesJson
| string
| $form.stateOptionalCountriesJson
| Â | Â | Â |
title
| string
| $form.title
| Â | Â | Â |
zip
| string
| $form.zip
| Â | Â | Â |
Â
Flow