billing.vm
com.bpsinfo.ultracart.checkout.ui.BillingForm
info
Transcluded from Screen Interface Intro.
$form variables for template billing.vm
| Name | Type | Formal Syntax | Form Data? | Required on Post? | Comments/Sample Usage |
|---|---|---|---|---|---|
address1 | string | $form.address1 | |||
address2 | string | $form.address2 | |||
addressBook | [Array](../storefront-object-model/array-sfo.md) of [Addresses](../storefront-object-model/address-sfo.md) | $form.addressBook | |||
ccEmail | string | $form.ccEmail | |||
city | string | $form.city | |||
company | string | $form.company | |||
countries | [Array](../storefront-object-model/array-sfo.md) 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](../storefront-object-model/array-sfo.md) of [Errors](../storefront-object-model/error-sfo.md) | $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](../storefront-object-model/array-sfo.md) 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
Was this page helpful?