You can use an EZWriter Data Format to create custom registration confirmation templates.
Create the EZWriter Data Format
A registration confirmation must come from one single data format. This means that the data provided must come from a single data source. Keep this in mind while building your data source. The data source can use the @Organization and @Order parameters. This allows you to access all the necessary information for a registration order and the registrants.
You can use the web skin to disable some information on your confirmation web page and still have it display on the email. This is useful as the event name and dates always appear on the website, but not in the email. To hide information on your web skin:
- Click the Web Skins link from the Main Menu. The Web Skins screen opens.
- Select the web skin to hide the information.
- Right-click and select Edit. The Edit Web Skin screen opens.
- Expand the Page Sections section.
- Expand the Right section.
- Select Create using the editor.
- Paste the following HTML:
<div>
<p></p>
</div>
<p>
</p>
<p>
<style type="text/css">
.hideonWeb
{
display:none;
} </style>
</p> - Click OK.
Then, in your Data Format, use the HTML viewer add class="hideonWeb" to any HTML element (eg. div) that you do not want to display on the webpage.
Use the EZWriter Data Format for a Registration Confirmation
- Click the Events link from the Main Menu. The Events screen opens.
- Select the event for the EZWriter confirmation.
- Right-click and select Tools -> Registration Setup. The Registration Setup screen opens.
- Select the Registration Form Setup tab.
- Edit Form Template hyperlink in the Appearance section. The Form Template screen opens.
- Select the Confirmation Group.
- Click the Edit Component hyperlink in the Confirmation Group on the right. The Edit Confirmation Form Section screen opens.
- Select your EZWriter Merge Template created in the previous section from the Merge Template drop-down.
- Click OK.
Comments
0 comments
Please sign in to leave a comment.