Skip to main content
Reference

access_account.vm

info

Transcluded from Screen Interface Intro.

Form Data Legend:

:tick: → form field

:green-star: → submit button

$form variables for template access_account.vm

NameTypeFormal SyntaxForm Data?Required on Post?Comments/Sample Usage
allowNonmembersboolean$form.allowNonmembersCustomer Profile setting "Require Customer Profile". If the require flag is true, then this will be false. It is used to hide the express login ability and force the customer to register or login.
continueCheckoutsubmit buttonN/A:green-star:yes, for continueif present and not empty, instructs the form to continue with the checkout process.
errors[Array](../storefront-object-model/array-sfo.md) of [Errors](../storefront-object-model/error-sfo.md)$form.errorssee Error, see errors.vm
infoMessages[Array](../storefront-object-model/array-sfo.md) of string$form.infoMessagessee Message, see info_messages.vm
memberEmailstring$form.memberEmail:tick:yes, for existing login
memberPasswordstring$form.memberPassword:tick:yes, for existing login
memberSubmitsubmit buttonN/A:green-star:yes, for existing loginif present and not empty, instructs the form to attempt an existing member login
merchantIdstring$form.merchantId:tick:yes
newMemberConfirmPasswordstring$form.newMemberConfirmPasswordyes, for new member registration
newMemberEmailstring$form.newMemberEmailyes, for new member registration
newMemberPasswordstring$form.newMemberPasswordyes, for new member registration
newMemberSumbitsubmit buttonN/A:green-star:yes, for new member registrationif present and not empty, instructs the form to attempt a new customer registration
showForgotPasswordboolean$form.showForgotPasswordMerchant Property. Rare property. If false, the "forgot password" link should not be created on the page.

Flow

flow_access_account.vm.png

Was this page helpful?