I have 3 roles and using multiple_registration module to create different registration pages like user/role1/register, user/role2/register and user/role3/register.

I tried setting destinations after registering by setting Redirect upon triggers to Registration, Redirect destination to /user/role1/register, I left Redirect from specific pages as All pages except those listed and I set Redirect users with roles to role1

Trying to register on https:// www. site/user/role1/register does not redirect to https:// www. site/user/role1/register (same page) but instead redirects to the frontpage as is default with Drupal.

I tried using absolute url like https:// www. site/user/role1/register in Redirect destination but no luck.

Using bootstrap (Bootstrap 3) theme.

Comments

chike created an issue.

chike’s picture

I also tried <current> in Redirect destination to no luck.

svoskamp’s picture

I'm using the Stack theme with the modules email registration, user email verification and user registration password. I'll admit I'm a rookie but I can only get the login and logout redirects to work. The one-time link seems to only work with user/*/edit, but with email verification it doesn't get sent to that link. Also after "creating a new account" I 'd like to redirect but there seems to be no way to do that.

larisse’s picture

This issue seems to be the same problem from this issue #3059998: Only login and logout redirect work.

I think the functionality in comment #3 is not goal from this module, cause all operations that its realize happen after user make login in site.

gaurav.kapoor’s picture

chike’s picture

@gaurav.kapoor No luck with both patches.

weseze’s picture

chike’s picture

@weseze when I used the module I needed this feature, https://www.drupal.org/project/redirect_after_registration/issues/3163523 Don't know if the module now has it.