Group Registrations for Student Success
  • 04 Apr 2024
  • 4 minute read
  • Dark
    Light
  • PDF

Group Registrations for Student Success

  • Dark
    Light
  • PDF

Article Summary

Forms and events can accept multiple registrations from the submission of a single form.

This functionality allows for groups attending an event to quickly complete the registration process. The form or event registration would appear on each individual's record in Slate. Potential use cases for this type of functionality include:

  • Allowing an advisor to register all of their students for a group advising visit

  • Allowing a team captain or coach to register other team members for a visit

Tip

Only one scope of information can be collected on a form. The scope of the form should match the scope of the data collected in the registration blocks. For example, if students will be registering through this form, the scope should be Person.

Configure the Form

To collect multiple registrations, start by configuring the form:

  1. Click Edit Form.

  2. Determine which fields on the form apply to all registrants. Typically, this includes first name, last name, birthdate, email address, and any other form field that should accept a unique value per registrant (such as t-shirt size, dinner option, etc.).

  3. Arrange these fields together on the form. Conditional logic may be used within the registration block. Conditional logic elsewhere on the form cannot reference fields within the registration block. 

  4. Place Section Breaks around the group of fields.

  5. Edit the opening section break.

  6. Enter the following configurations in the popup window:

    • Replicate - Select 'Registration Block.'

    • Registration Title - Insert a descriptive title.

    • Insert Label - This text will display as a hyperlink, allowing additional registrations to be added.

    • Registration Label - Enter a label that categorizes each registrant (such as "Guest," "Student," "Attendee," etc.). A number will be appended to this label, in increasing order, as additional registrations are added.

    • Registration Limit - Set the maximum amount of registrations that can be added.

    • Registration Minimum - Set the minimum amount of registrations required to submit. In general, the minimum should be set to at least 1.

    • Conditional Logic Filters - Filters cannot be set on the section break itself.

mceclip0.png

In the example below, the following values were entered and the "Add Additional Guest" link was clicked twice:

  • Registration Title - "Add Guest Information Below"

  • Insert Label - "Add Additional Guest"

  • Registration Label - "Guest"

  • Registration Minimum - "1"

Considerations

Please keep the following in mind when building a registration block:

  • Each registration block behaves as a unique form submission. Fields mapped within the registration block will be unique to that particular record. Fields housed outside of the registration block will be associated with all of the registrants. 

  • Basic record matching criteria (First + Last + DOB/Email) should be included and mapped appropriately within the registration block, allowing a record to either be appropriately created or matched to an existing record within Slate.

  • Only one registration block can be used on a form. If various types of registrations should be collected, use conditional logic within the registration block to display the relevant fields.

  • Internal fields should not be used on a form that features a registration block. If a form response for a group registrant is updated with internal field values, for example, values in existing form fields will not re-populate and will be erased upon saving.

  • Material Uploader within the registration block: If a Material Uploader is present outside of the registration block, the same material will save on the record of each registrant entered in the block.

  • Calculation formulas are not supported within registration blocks.

  • The group registration functionality using registration blocks requires that all registrations are added using the block. The feature was designed for use cases in which multiple registrants could be added using a single form, which would create one row per registration. As a result, the person filling out the form would also need to include their information within the registration block as well. 

Registration

Group registration can occur by both direct entry and administrative entry.

When a user accesses the form or event, multiple registrations can be added and submitted at the same time by clicking the previously configured Insert Label, up to the registration limit. All fields marked as "required" within the registration block will be required for each registrant. 

To delete a registration on the form, click the Delete link associated with the entry.

If entering multiple registrations administratively, DO NOT use the record assign functionality. Each registrant will need to be entered using the registration block. Rather than searching for a record in the Search bar of the internal form, enter each registrant's information into the registration blocks.

Upon submission, each person within the registration block will be individually registered for the form or event and will appear as their own row on the main form or event page. 

When viewing a registration response, only the items pertaining to the individual registrant will appear in the pop-up (as well as any form fields that were outside of the registration block).

Displaying an individual registration will also show the option to view other registrations that are part of the same group: 

Group_Registration_View.PNG

Aggregates and Payments

Aggregates may be used to carry out sum, count, and countwhere functions for the registration block.

These calculations should take place on form fields outside of the registration block and will dynamically calculate based on values within the registration block. These may be useful in streamlining the payment calculation process for an event. 

The following calculation formulas may be used (where 'export_key' is the export key of the field to be calculated and 'condition' is a value of the particular field):

  • Sum = sum(@*export_key)

  • Count = count(@*export_key)

  • CountWhere = countWhere(@*export_key, 'condition')

When collecting payments, the Payment Due and Payment Received activity will be applied to the first individual's record within the registration block. 

Related Events

The Group Event Registration functionality may also be applied to registering multiple individuals for related events.

The related events widget should be placed outside of the registration block. 

All individuals within the registration block will be registered for all related events selected.

Upon submission of the form, the individuals within the registration block will be registered for the master event, as well as the individual related events.


Was this article helpful?