Hello! I have a multi-site where I have a central site that shows all the different places I did. What I want to do is for example:
From the central location the user chooses one of the 4 sites (a, b, c, or d), each of those sites has its own registration form, but in the moment the user enters the registration form from the site (a, b, c, or d) it redirects automatically to the central registration site so, I can not make an automatic order and divide it by the sites and display it like this:
http://www.mysite.com/site-a/registration
http://www.mysite.com/site-b/registration
http://www.mysite.com/site-c/registration
http://www.mysite.com/site-d/registration
but redirects to the central site registration:
http://www.mysite.com/registration
I do not know if I explained the problem, I hope any of you can help me with this. Thanks!