Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

com.bpsinfo.ultracart.checkout.ui.WishListLoginForm

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 wishlist_login.vm

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

errors

Array of Errors

$form.errors

 

 

 

infoMessages

Array of string

$form.infoMessages

 

 

 

itemId

string

$form.itemId

 

 

 

memberEmail

string

$form.memberEmail

 

 

 

memberPassword

string

$form.memberPassword

 

 

 

memberSubmit

string

$form.memberSubmit

 

 

 

merchantId

string

$form.merchantId

 

 

 

newMemberConfirmPassword

string

$form.newMemberConfirmPassword

 

 

 

newMemberEmail

string

$form.newMemberEmail

 

 

 

newMemberPassword

string

$form.newMemberPassword

 

 

 

newMemberSubmit

string

$form.newMemberSubmit

 

 

 

returnTo

string

$form.returnTo

 

 

 

  • No labels