• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • e-RegisterNow Main Website

e-RegisterNow Support

1.888.218.1020

You are here: Support » M-Level Topics » Branding » Review Page

Review Page

Example Custom Template Code

April 21, 2016 admin Leave a Comment

Print Friendly, PDF & Email

<html>

<head>
<title>Review Page</title>
</head>

<body>

%%mandatory_system_message%%

%%review_statement%%

<form method=”%%review_form_method%%” action=”%%review_form_action%%” name=”%%review_form_name%%”>

%%review_form_hiddendata%%

%%review_form_paymentmethod_cashier%%

<input type=submit name=%%review_form_backbutton_name%% value=”%%review_form_backbutton_value%%”>

<input type=submit name=%%review_form_finishedbutton_name%% value=”%%review_form_finishedbutton_value%%”>

<input type=submit name=%%review_form_processbutton_name%% value=”%%review_form_processbutton_value%%”>

%%mandatory_review_credit_default%%

</form>

</body>

</html>

This Produces:

Filed Under: Review Page Tagged With: Template

Custom Templates

April 21, 2016 admin Leave a Comment

Print Friendly, PDF & Email

Standard Form Variables:

The following code MUST appear in the body of the review template.

<form method=”%%review_form_method%%” action=”%%review_form_action%%” name=”%%review_form_name%%”>
%%review_form_hiddendata%%

<!–Insert Form Variables Here–>

</form>

Variables that go within the form tags:

Force the Registrant to Pay Using a Credit Card:

A hidden setting will choose ‘Credit Card’ as the payment type. This will overwrite any payment method chosen in Cashier Mode.

<input type=”hidden” name=”%%review_form_paymentmethod_name%%” value=”%%review_form_paymentmethod_creditcard%%”>

Force the Registrant to Pay by Fax:

A hidden setting will choose ‘fax’ as the payment type. This will overwrite any payment method chosen in Cashier Mode.

<input type=”hidden” name=”%%review_form_paymentmethod_name%%” value=”%%review_form_paymentmethod_fax%%”>

Footer Information:

This will display the ‘Payment Method’ radio buttons, images of acceptable credit card types, and the standard buttons.

%%review_footer%%

Payment Method – Web Settings:

This will display the ‘Payment Method’ radio buttons. In Cashier Mode, only options available in web mode will appear.

%%review_paymentmethod_default%%

Payment Method – Normal Behavior:

This will display the ‘Payment Method’ radio buttons. In Cashier Mode, the cashier can select any type of payment, including non-web options.

%%review_paymentmethod_cashier%%

Web View:

Cashier View:

Back Button:

Clicking on the back button will return the registrant to step 2.

<input type=submit name=%%review_form_backbutton_name%% value=”%%review_form_backbutton_value%%”>

Start Over Button:

Clicking on the start over button will return the registrant to the address entered under Edit > Preferences > Contact Info.

<input type=submit name=%%review_form_finishedbutton_name%% value=”%%review_form_finishedbutton_value%%”>

Register Another Button:

Clicking on the “Register Another” button will return the registrant to step 1. They will be able to register another registrant in the same transaction.

<input type=submit name=%%review_form_againbutton_name%% value=”%%review_form_againbutton_value%%”>

Process Button:

Clicking on the ‘Process’ button will bring up step 4. Note that the registrant does not need to click on a payment type to continue.

<input type=submit name=%%review_form_processbutton_name%% value=”%%review_form_processbutton_value%%”>

Other Variables:

Statement:

%%review_statement%%

Mandatory System Message:

This must be included in all custom review templates.

%%mandatory_system_message%%

Credit Card Information:

One of the following should appear:

Default:

%%mandatory_review_credit_default%%

Text:

%%mandatory_review_credit_text%%

Visual:

%%mandatory_review_credit_visual%%

Filed Under: Review Page Tagged With: Templates

Standard Templates

April 21, 2016 admin Leave a Comment

Print Friendly, PDF & Email

Default Template

%%review_default%%

Default Full Page Template

%%review_default_fullpage%%

Filed Under: Review Page Tagged With: Standard Templates

Primary Sidebar

Related

  • Example Custom Template Code
  • Custom Template Variables
  • Default Templates
  • Default Templates

© Copyright 2016 · e-registernow.com · All Rights Reserved · Admin