Hello everyone,
I'm currently struggling to find a way to redirect people on my home page when they register or click Cancel.
Do you know how I can do it ?
I'm using VM 3.8.8
Regards,
Mathieu
Redirect to what? Not enough information given.
Redirect to the home page.
You know, when you fill the form to register, you click on submit or cancel.
So i would like to redirect them to the home page when they click on it.
Are u using Joomla or VM to register?
VM register for the win !
the redirection after user save is done in the controller with the function saveUser()
so either hack that or build a plugin to over ride it if possible