I do not understand how to get the group_id and group_title from the Invitation Key generator to:
1. The Invitation Template
OR more importantly,
2. the Register Form
To test this I used the same code as IRA42, and all I get on the Invitation is Group ID = 1 and Group Title = Superadmin, in other words, the selection in the key generator:
<select name="group_id">
{member_groups}
<option value="{group_id}">{group_title}</option>
{/member_groups}
</select>
does not seem to affect anything in the invitation template.
And the documentation does not say clearly how the group_id and group_title is supposed to control the group to which the users is registered when it comes to the actual registration process
Can anyone help please?
