affiliate_signup_success.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_signup_success.vm

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

address1

string

$form.address1

 

 

 

address2

string

$form.address2

 

 

 

agreement

string

$form.agreement

 

 

 

checksPayableTo

string

$form.checksPayableTo

 

 

 

city

string

$form.city

 

 

 

companyName

string

$form.companyName

 

 

 

confirmEmail

string

$form.confirmEmail

 

 

 

confirmPassword

string

$form.confirmPassword

 

 

 

continueUrl

string

$form.continueUrl

 

 

 

countries

string[]

$form.countries

 

 

 

country

string

$form.country

 

 

 

crossSiteProtectionToken

string

$form.crossSiteProtectionToken

 

 

 

dobDay

string

$form.dobDay

 

 

 

dobDays

Option[]

$form.dobDays

 

 

 

dobMonth

string

$form.dobMonth

 

 

 

dobMonths

Option[]

$form.dobMonths

 

 

 

dobYear

string

$form.dobYear

 

 

 

dobYears

Option[]

$form.dobYears

 

 

 

email

string

$form.email

 

 

 

errors

Error[]

$form.errors

 

 

 

fax

string

$form.fax

 

 

 

firstName

string

$form.firstName

 

 

 

infoMessages

string[]

$form.infoMessages

 

 

 

lastName

string

$form.lastName

 

 

 

marketingStrategy

string

$form.marketingStrategy

 

 

 

merchantId

string

$form.merchantId

 

 

 

password

string

$form.password

 

 

 

paypalEmail

string

$form.paypalEmail

 

 

 

phone

string

$form.phone

 

 

 

recaptchaHtml

string

$form.recaptchaHtml

 

 

 

recaptcha_challenge_field

string

$form.recaptcha_challenge_field

 

 

 

recaptcha_response_field

string

$form.recaptcha_response_field

 

 

 

referralSource

string

$form.referralSource

 

 

 

state

string

$form.state

 

 

 

taxId

string

$form.taxId

 

 

 

themeCode

string

$form.themeCode

 

 

 

usingOther

string

$form.usingOther

 

 

 

websiteName

string

$form.websiteName

 

 

 

websiteUrl

string

$form.websiteUrl

 

 

 

zip

string

$form.zip

 

 

 

Flow