Group Registration
Allows a person to register for a group.
Last updated
Allows a person to register for a group.
Last updated
Content is passed in through a page parameter, referenced as GroupGuid
. There are quite a few examples of passing page parameters (also known as query parameters) lying around the documentation, and here is a great .
The parameters that this block looks for are as follows.
GroupGuid
Guid
The guid of the group you wish to display registration for.
The 'Group Member Status' to use when adding a new member.
The group type identifiers which are valid to use as the You can use this to limit registration to certain group types.
An optional workflow to start for each individual being added to the group. The GroupMember will be set as the workflow entity. The current/primary person will be passed as the workflow initiator. If you are unfamiliar with workflows, please take a look at .
Provide additional inputs to register additional members of the family upon the current person's registration.
Determines if the mobile phone field should be hidden, required, or optional.
Determines if the e-mail address should be hidden, required, or optional.
The connection status to use for new individuals upon registration.
The record status to use for new individual's upon registration.
An optional page to navigate the individual to upon registration. GroupGuid
will be passed as a query string parameter.
When this is set to true, a user cannot register for groups that are at capacity. If there is only one spot available, none of the family members can be registered.
If set to false then the form will not load the context of the logged-in user.
The text to display in the save button.
The group to provide registration for. If this is left blank, it will be inferred that the guid of the group will be retrieved from the .
The lava template that is used to format the result message after a user has been successfully registered. Note that if you set a , this setting will be irrelevant.