Custom registration columns can be used to replace default registration columns in forms, events, and slots. Any customization to the columns within a form/event registration page will result in the default columns being entirely replaced. When utilized for events and slots, these custom registration columns carry over into the 'Launch Check In' screen.
To customize the registration columns:
|
Added new form fields and not seeing them as an option? Likely, you will have to break the cache on your form for the new exports under the custom list fields to update from the previous exports. This can be solved by removing all the current custom list fields within Edit Properties, saving, and then re-adding them.
The size of a custom column can be customized by entering the number of pixels or the width percentage desired within the Display Width section. For example:
Setting the column sizes using pixels
Setting the sizes using percentages
Tips
If a custom field connected to the user prompts should display the user name in the column, rather than the user ID, the SQL snippet below can be used to adjust the format of the export.
(select [name] from [user] where [user] = @val)
To use this format mask, select 'Custom SQL' for the format type of the export and save this code in the 'Format Mask' setting.