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

« Previous Version 2 Current »

This template is the "success" screen shown to customers after they change their password.

 

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 Legend
(tick) form field
(green star) submit button

$form variables for template account_change_password_confirm.vm

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

continueUrl

string

$form.continueUrl

 

 

This url will be one of two values.

The default will be the Store URL which is configured on the back end at Home Configuration Merchant Profile.

This default can be overridden by passing in a OVERRIDECATALOGURL value when posting anything to the UCEditor screen.

Traditionally, this url is used as the form action url and the customer is provided with a submit button to acknowledge the password change success and continue shopping.

  • No labels