I am developing a large project in drupal with organic groups.
For the process of inviting users, I am trying to find a way of creating a special URI link which will be emailed to the invitees. Currently, the invitees get something like the following:
http://test.site.org/og/subscribe/3
Because the site has multiple types of users, I need to tailor the link to a specific user type and possibly sending the invitee to a particular destination. Something like the following:
http://test.site.org/og/subscribe/customer/3/register
Can anyone offer some direction on this issue, please?