affiliate_partner_update_information.vm

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.

$form variables for template affiliate_partner_update_information.vm

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

address1

string

$form.address1

 

 

 

address2

string

$form.address2

 

 

 

checkPayableTo

string

$form.checkPayableTo

 

 

 

city

string

$form.city

 

 

 

companyName

string

$form.companyName

 

 

 

confirmPassword

string

$form.confirmPassword

 

 

 

countries

string[]

$form.countries

 

 

 

country

string

$form.country

 

 

 

crossSiteProtectionToken

string

$form.crossSiteProtectionToken

 

 

 

email

string

$form.email

 

 

 

emailNotificationSchedule

string

$form.emailNotificationSchedule

 

 

 

emailNotificationSchedules

string[]

$form.emailNotificationSchedules

 

 

 

errors

Error[]

$form.errors

 

 

 

fax

string

$form.fax

 

 

 

firstName

string

$form.firstName

 

 

 

googleConversionId

string

$form.googleConversionId

 

 

 

infoMessages

string[]

$form.infoMessages

 

 

 

lastName

string

$form.lastName

 

 

 

password

string

$form.password

 

 

 

paypalEmail

string

$form.paypalEmail

 

 

 

phone

string

$form.phone

 

 

 

postalCode

string

$form.postalCode

 

 

 

state

string

$form.state

 

 

 

taxId

string

$form.taxId

 

 

 

taxIdMask

string

$form.taxIdMask

 

 

 

websiteUrl

string

$form.websiteUrl

 

 

 

ysmAccountId

string

$form.ysmAccountId

 

 

 

Flow