Site icon e-RegisterNow Support

Custom Templates

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%%

Exit mobile version