• 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

Branding

Express Ticketing

December 9, 2019 Yoko Leave a Comment

Print Friendly, PDF & Email
  1. Switch to turn on (Edit > Preferences > Features)
  2. Select the registration form.
  3. Turn on the switch for events. (Edit > Event > Registration / Enrolment) >
  4. Set the template files and upload them.

Note

  1. Question Type, Signature and File Upload, do not work with Express Ticketing
  2. Checkbox, Radiobuttons – column number 1: one column more than 1: inline buttons

Front Page Variables

VariableDefinition
MANDATORY_BODYThis should be placed right above </body>
MANDATORY_HEADThis should be placed in the <head>
MSGerror message
EVENTSDisplay all the events available
EID[xxxx]Display this event with a selector. xxxx represents EID
REGISTRATIONFORMDisplay the registration form
CREDITCARDFORMDisplay Credit Card Form
SESSIONVALUESall the session value in JSON
XXXREFReference #

Final Page Variables

VariableDescription
TOTAL_AMOUNT_PAIDTotal amount paid
EVENT_NAME[n]Event Name
EID[n]Event ID
EVENT_CAD[n]Event CAD Price
EVENT_USD[n] Event USD Price
EVENT_QTY[n]Event Quantity
TICKETNAME[n]Ticket Name

Variables for Official Receipt Page is also available on this page

Filed Under: Branding, M-Level Topics

Template for Floor Plan

May 25, 2018 Yoko Leave a Comment


Print Friendly, PDF & Email

In order to use this floor plan function, follow the step2 below. (Sample: M3270)

 

  1. Preferences > Step1 Page >  Display Events as “Floor plan”
  2. Put the variable %%step1_form_selectbox%% on step1 template
  3. Styling the event selector by CSS

 

%%step1_form_selectbox%% generates the following html codes.

<div class=”Step1TFP” id=”Step1TFP”>
<div class=”FP_event” id=”ecode001″ eid=”500000531178642″>
<div class=”FP_selector”>
Step1 Selector comes here*
</div>
<div class=”FP_ecode”>001</div>
<div class=”FP_spotleft”>0</div>
</div>
</div>

 

*Step1 Selector

  • SelectBox
    <select class=”step1_matrix_select” name=”ExE500000521415975[0]”>
    <option selected=”selected” value=”0″>0</option>
    <option value=”1″>1</option>
    </select>
  • Checkbox
    <input class=”step1_matrix_check” name=”ExE500000521415980[0]” type=”checkbox” value=”1″ />
  • Radio Button
    <input class=”step1_matrix_radio” name=”RadioGrp_[0]” type=”radio” value=”ExE500000521421439[0]” />
  • Sold out
    <div class=”FP_soldout”></div>

 

Sample Code

 

With CSS, the html code rendered like the image below.

 

Note:

Does not work with Matrix labels, Overlap events

 

 

Filed Under: Step 1

Example Custom Template Code

April 22, 2016 admin Leave a Comment


Print Friendly, PDF & Email

<html>

<head>
<title>Title of the Page</title>

<!–this variable will add information about the cashier who logged in at the top of a page–>
%%cashier_banner%%
</head>

<body>

<!–this variable is mandatory for any custom template steps 1 – 4–>
%%mandatory_system_message%%

<div align=center>

<h4>Invoice</h4>

<br><br>%%step4_invoice_table%%<br><br>

Click here to view a %%step4_printable_invoice_link%%<br><br>

<FORM action=”%%step4_form_action%%” method=%%step4_form_method%% name=%%step4_form_name%%>

%%step4_form_hiddendata%%

<input type=submit name=%%step4_form_finishedbutton_name%% value=”%%step4_form_finishedbutton_value%%”>

</FORM>

</div>
</body>
</html>

The Code Produces:

Filed Under: Step 4 Tagged With: Template

Custom Template Variables

April 22, 2016 admin Leave a Comment


Print Friendly, PDF & Email

Mandatory System Message:

%%mandatory_system_message%%

This variable MUST be included in all custom templates.

Invoice Details:

%%step4_invoice_details%%

This variable displays the invoice table, the printable invoice link, and any company information chosen to be displayed under Edit > Preferences > Step 4.

Invoice Table:

%%step4_invoice_table%%

This variable displays only the invoice table.

The ‘Home’ Button:

<FORM action=”%%step4_form_action%%” method=%%step4_form_method%% name=%%step4_form_name%%>

%%step4_form_hiddendata%%

<input type=submit name=%%step4_form_finishedbutton_name%% value=”%%step4_form_finishedbutton_value%%”>

</FORM>

Clicking on the ‘Home’ button will return the user to the web address specified under Edit > Preferences > Contact Info.

Printable Invoice Link:

%%step4_printable_invoice_link%%

This variable displays a link to a printable invoice. A period is included at the end, since the words ‘printable version’ should go at the end of a sentence.

Filed Under: Step 4 Tagged With: Template, variables

Default Templates

April 22, 2016 admin Leave a Comment


Print Friendly, PDF & Email

Default Template Variable

%%step4_default%%

Full Page Template Variable

%%step4_default_fullpage%%

Filed Under: Step 4 Tagged With: Template

Custom Template Variables

April 22, 2016 admin Leave a Comment


Print Friendly, PDF & Email

The following code contains all custom template variables:

<html>

<head><title>Title of the Page</title></head>

<body>

<!–these variables are mandatory for all step 3 custom templates–>
%%mandatory_system_message%% %%mandatory_step3_javascript%%

<FORM action=”%%step3_form_action%%” method=%%step3_form_method%% name=%%step3_form_name%%>

%%step3_form_hiddendata%%

Credit Card Holder’s Name: <input maxlength=60 size=30 value=”%%step3_form_cardholder_value%%” name=”%%step3_form_cardholder_name%%”>

<br><br>Credit Card Number: <input maxlength=30 size=30 name=”%%step3_form_creditcard_number%%” value=”%%step3_form_creditcard_number_value%%”>

<br><br>Expiry Date: %%step3_form_expirydate_month_selectbox%% %%step3_form_expirydate_year_selectbox%%

<br><br>Email: <input maxlength=30 size=30 name=”%%step3_form_email_name%%” value=”%%step3_form_email_value%%”>

<br><br>Phone: <input maxlength=3 size=5 name=”%%step3_form_phoneareacode_name%%” value=”%%step3_form_phoneareacode_value%%”> <input maxlength=30 size=30 name=”%%step3_form_phonenumber_name%%” value=”%%step3_form_phonenumber_value%%”>

<br><br>Address: <input maxlength=30 size=30 name=”%%step3_form_address_name%%” value=”%%step3_form_address_value%%”>

<br><br>City: <input maxlength=30 size=30 name=”%%step3_form_city_name%%” value=”%%step3_form_city_value%%”>

<br><br>Province: %%step3_form_province_selectbox%%

<br><br>Postal Code: <input maxlength=30 size=30 name=”%%step3_form_postalcode_name%%” value=”%%step3_form_postalcode_value%%”>

<br><br>Country: %%step3_form_country_selectbox%%

<br><br>
%%mandatory_step3_credit_visual%%
<br><br>

<input type=button value=”Back” onClick=”BT_backbutton ( )”>

%%step3_form_nextbutton%%
</FORM>

</body>
</html>

This Code Creates:

Filed Under: Step 3

Default Templates

April 22, 2016 admin Leave a Comment


Print Friendly, PDF & Email

Default Template – Condensed Version

%%step3_default%%

Default Template – Full Page

%%step3_default_fullpage%%

Default Data Entry

%%step3_dataentry_default%%

This command will display the default fields defined in the data collection options under Edit > Preferences > Step 3. It should be combined with other variables, such as the ‘Process’ button (see below).

Filed Under: Step 3 Tagged With: Template

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

Example Custom Template Code

April 21, 2016 admin Leave a Comment


Print Friendly, PDF & Email

<html>

<head><title>Title of Page</title></head>

<body>

<FORM name=%%step1_form_name%% action=%%step1_form_action%% method=%%step1_form_method%%>
%%mandatory_system_message%%

%%step1_form_registrant_name%%

%%step1_form_selectbox%%

<input type=button value=”Cancel” onClick=”BT_cancelbutton ( )”>
<input type=button value=”Next” onClick=”BT_nextbutton ( )”>
%%step1_form_hiddendata%%

</FORM>

</body>

</html>

This creates the following display:

Filed Under: Step 1 Tagged With: Custom Template

Custom Template Variables

April 21, 2016 admin Leave a Comment


Print Friendly, PDF & Email

Form Heading:

<FORM name=%%step1_form_name%% action=%%step1_form_action%% method=%%step1_form_method%%>

</FORM>

All form variables go between the above two lines of code.

All the following variables will be replaces with the appropriate data. They must be enclosed between “%% %%” to work (e.g. %%amount_paid%%).

Variables

Variable Variable Definition in Step1
step1_matrix_desc The sentence above the matrix under Preferences
step1_form_selectbox This displays the select box for the registrant to select events. ‘Next’ and ‘Cancel’ buttons must be added seperately, either by adding a Registrant’s Name input box (see above), or each button seperately (see below).

step1_form_matrix This displays textboxes for a registrant to enter their first and last name and the select box for the registrant to select events. The ‘Next’ and ‘Cancel’ buttons can be removed under Edit > Preferences > Step 1. The ‘Français’ button can be turned on and off under Edit > Preferences > Language.

step1_form_registrant_name This displays textboxes for a registrant to enter their first and last name. The ‘Next’ and ‘Cancel’ buttons can be removed under Edit > Preferences > Step 1. The ‘Français’ button can be turned on and off under Edit > Preferences > Language.

step1_default_fullpage Display the whole step1 contents – this will come with <html>, <header>, <body> tags
step1_default Display the whole step1 contents
mandatory_system_message This variable MUST be included in all custom templates.
For Step1 Floor plan: Display important hidden data (state, ticketname)
For Regular Case: Display javascript for Submit buttons (Next, Cancel, Language) and Recall pick list
step1_form_action Step1 form action (/cgi-bin/mkpayment.cgi)
step1_form_name Step1 form name (registerform)
step1_form_method Step1 form method (post)
step1_form_hiddendata This variable MUST be included in all step 1 custom templates. It goes right before the </FORM>.
This returns the important hidden data (state, ticketname, recall PID for picklist)
step1_nextbutton Next button
(<input name=”nextbutton” type=”submit” value=”Next” />)
step1_form_nextbutton_name Next button name (nextbutton)
step1_form_nextbutton_value Next button value (Next)
step1_resetbutton Reset Button (<input name=”resetbutton” type=”submit” value=”Reset” />)
step1_form_resetbutton_name Reset button name (resetbutton)
step1_form_resetbutton_value Reset button value (Reset)
step1_cancelbutton Cancel Button
(<input name=”cancelbutton” type=”submit” value=”Cancel” />)
step1_form_cancelbutton_name Reset button name (cancelbutton)
step1_form_cancelbutton_value Cancel button value (Cancel)
step1_languagebutton Language Button
(<input name=”languagebutton” type=”submit” value=”Francias/English” />)
step1_form_languagebutton_name Language button name (languagebutton)
poweredby Display poweredby eRegister
cashier_banner Cashier Banner
step1_form_current_reg_first_event
form_current_reg_first_event
The first selected event primary key
Promo Code
step1_promoprompt Promo prompt
step1_promobutton Promo submit button
(<input name=”step1_promobutton” type=”submit” value=”xxx” />)
step1_promohidden Promo hidden button
(<input name=”step1_promobutton” type=”hidden” value=”xxx” />)
step1_promobox Promo text box
(<input name=”step1_promobox” type=”text” value=”xxx” />)
step1_promoname Promo code name (step1_promobox)
step1_promovalue Selected Promo Value
Event Filtering
step1_filtering Display the Event Filtering Box
(make sure the filtering is enabled)
step1_filtering_prompt Filtering Prompt
step1_filtering_string Filtering box
(<input maxlength=”100″ name=”step1_filtering_string” size=”12″ type=”text” value=”xxx” />)
step1_filtering_button Filtering submit button
(<input id=”filteringbutton” name=”filteringbutton” type=”submit” value=”Search” />)
InGo Widget
ingo_widget_login Script for InGo Login Widget
ingo_widget InGo Login Widget Box
ingo_widget_css CSS for InGo
Step1 Floor Plan
eventURL[EID] Return the step2 Direct URL if spot available for that event.
(please do not use this. use javascript if possible)
eventJSurl[EID] Return javascript to open the step2 Direct URL if spot available for that event.
(please do not use this. use javascript if possible)
eventTARGET[EID] Return “_blank” if spot available for that event. Return “_self” otherwise.
(please do not use this. use javascript if possible)
eventAVAILABILITY[EID] Return “AVAILABLE” if spot available for that event. Return “TAKEN” otherwise.
(please do not use this. use javascript if possible)
eventSPOTAVAILABLE[EID] Return the # of spots available for that event.
eventMESSAGE1[EID] Return “Message 1” if spot available for that event. Return “Taken.” otherwise.
Merchant Info
merchant_name1 Merchant Account Name
merchant_name2 Secondary Merchant Account Name
merchant_company Company/Organization Name
merchant_name1_url Website Address
merchant_name2_url Secondary Website Address
merchant_company_url Company website
merchant_address Contact Province
merchant_province Contact Province
merchant_city Contact City
merchant_postalcode Contact Postal Code
merchant_country Contact Country
merchant_phone Contact Phone Number
merchant_fax Contact Fax Number
merchant_cell Contact Cellphone Number
merchant_contact_name Contact Name
merchant_contact_email Contact E-mail Address
merchant_chequepayable_name “Make Mailed Cheques Payable To” in Preferences
merchant_chequepayable_address_line1 Mailing Address Line 1
merchant_chequepayable_address_line2 Mailing Address Line 2
merchant_chequepayable_address_line3 Mailing Address Line 3
merchant_chequepayable_address_line4 Mailing Address Line 4

Filed Under: Step 1 Tagged With: variables

Step 1 Default Templates

April 21, 2016 admin Leave a Comment


Print Friendly, PDF & Email

Default Template

%%step1_default%%

Default Template

%%step1_default_fullpage%%

Filed Under: Step 1 Tagged With: Default Templates

Default Template

April 21, 2016 admin Leave a Comment


Print Friendly, PDF & Email

A default template can be created that applies the branding to all pages of the registration process. The codes will automatically be replaced with the default settings. Some of these settings, such as contact information, can be entered under Edit > Preferences.

Note: Step 2 (the registration form) MUST use the default template.

How to Create a Default Template:

Insert the following codes in the body of the HTML document where the registration data should appear:

%%step1_default%% %%step2_default%% %%step3_default%% %%step4_default%% %%review_default%% %%decline_default%% %%fax_default%% %%mail_default%% %%error_default%%

Filed Under: Branding Tagged With: Default Template

Step 4 Page

March 16, 2016 Leave a Comment


Print Friendly, PDF & Email

Invoice Options
Show Link to Printable Invoice? The user can be provided with a Printable Invoice. This is useful if the Step 4 page contains a lot of graphics.
Show Company Name at Bottom of Invoice? Your Company’s name can appear on the Invoice
Show ‘contact us w/ problems…’ on Invoice? A description of who the registrant can contact at your organization can be included on the invoice.
Show ‘contact us w/ problems’ on printable invoice? See above
Include Contact name in ‘contact us…’ Text? The name of the person listed on the ‘Contact Information’ screen in the preferences can be included on the invoice.
‘Invoice’ synonym e.g. Receipt
Column 1 Heading Default is ‘Applicant’. The column contains the names of the registrants for the transaction.
Column 2 Heading Default is ‘Description’. The column contains a list of all events for the transaction.
Show the applicant’s name in column 1? The registrant’s name can appear on the invoice in column 1.
Show the company name in column 1? The registrant’s business name can be included on the invoice in column 1.
Display Contact Information
Show contact information on Step 4? The Contact information listed under ‘Contact Information’ in the Preferences can be displayed on the invoice.
Display: ‘X’ Select any contact information that you wish to appear on the invoice.
Button Display Options
Display the ‘Home’ button? A button to return to your web site can be included on the invoice.
Display ‘Register Another’ button? A link back to the registration page can be included on the invoice.
Optional Message You may include further information at the bottom of the invoice, such as directions to the event, important details, supplies needed, etc.

Filed Under: Preferences, Step 4 Tagged With: Calendar, Contact Information, Optional Message, Printable Invoice, Receipt Page, Step 4

Primary Sidebar

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

 

Loading Comments...