Version 4 > User Guides > Event Management > Advanced Conference Set-up > Badges

Badges

Name badges are a common feature of many conferences. To construct name badges,
you need to extract the data from your roster that will go onto your badges, and then
use office software to merge them into a badge template that works with your selected
badge stationery. 

The simplest approach is to use the Badge Report (under the reports tool). This report searches your roster for information that is useful for badges, and presents it in a simplified format that can be exported. It will automatically find and make use of the following information:

  • first_name, last_name
  • badge_name
  • registration type (ie. fee name)
  • city, province/state, country
  • membership type (if they are a member of your organization)
  • organization

Note that the registration system normally collects first_name and last_name as separate values. The badge_name is normally just these two names concatenated together. You can override this behaviour by explicitly asking for badge_name on the registration form. This can be useful in cases where attendees might have professional names different from their legal names, or where you want to make sure you spell their name exactly as the registrant specifies.

Extended Badge Information

You can configure the registration system to look for additional information about the user. You can make use of any data that was provided in the registration form, or any membership profile metadata that is included on the event rosters.

To add those items to your badge report, list the extra badge information in your Register.conf configuration files, like this:

badge_info += form:abc
badge_info += meta:xyz

This example will include registration form fields named abc, and membership profile settings named xyz.

You can add as many lines as you like. If you do not specify anything at all, the registration system will try to look for the following:

badge_info += meta:honorific
badge_info += meta:job_title
badge_info += meta:suffix