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
Comment #2
chikeI also tried
<current>in Redirect destination to no luck.Comment #3
svoskamp commentedI'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.
Comment #4
larisse commentedThis 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.
Comment #5
gaurav.kapoor commentedCheck if patch from this issue helps https://www.drupal.org/project/login_destination/issues/3131342.
Comment #6
chike@gaurav.kapoor No luck with both patches.
Comment #7
weseze commentedWorks perfectly: https://www.drupal.org/project/redirect_after_registration
Comment #8
chike@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.