Help: Lookup Registrant Template
For more help, visit the WebGUI Community Wiki.
- buyBadgeUrl
- URL to buy a badge.
- viewEventsUrl
- URL to view tickets.
- viewCartUrl
- A URL to take the user to the View Cart screen.
- getRegistrantsUrl
- URL to get registrant information as JSON.
- isRegistrationStaff
- A conditional variable that is true if the current user is in the configured registration staff group for this Event Management System.
- webgui.version
- The version of WebGUI on your site.
- webgui.status
- The release status for this version of WebGUI (stable, beta, gamma, etc.)
- session.user.username
- The current user's username.
- session.user.firstDayOfWeek
- From the current user's profile, the day they selected to be the first day of the week.
- session.config.extrasurl
- From the WebGUI config, the URL for the extras directory.
- session.var.adminOn
- This variable will be true if the user is in Admin mode.
- session.setting.companyName
- From the WebGUI settings, the company name.
- session.setting.anonymousRegistration
- From the WebGUI settings, whether or not anonymous registration has been enabled.
- session form variables
- Session Form Variables
Any form variables will be available in the template with this syntax:
<tmpl_var session.form.variable>
If there is more than 1 value in a form variable, only the last will be returned.
- session scratch variables
- Session Scratch Variables
Any scratch variables will be available in the template with this syntax:
<tmpl_var session.scratch.variable>
Admin Console