affiliate_login.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_login.vm

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

affiliateId

string

$form.affiliateId

 

 

 

crossSiteProtectionToken

string

$form.crossSiteProtectionToken

 

 

 

email

string

$form.email

 

 

 

errors

Error[]

$form.errors

 

 

 

infoMessages

string[]

$form.infoMessages

 

 

 

merchantId

string

$form.merchantId

 

 

 

password

string

$form.password

 

 

 

sendPassword

string

$form.sendPassword

 

 

 

target

string

$form.target

 

 

 

themeCode

string

$form.themeCode

 

 

 

Flow