
By gengel on
This seems like an easy question, but I can't find the answer anywhere. I'd like to have the user registration form redirect the the user to the home page after they fill it out, *but* I still want the form to do its regular processing/updating and display the "an e-mail has been sent" message. Changing the #action on the form to '/node' sends the redirect, but eliminates all actual processing from the form (since it just alters the HTML action attribute). How can I make the redirect happen *after* the form is processed?
Comments
Login Destination module
Use the Login Destination module
HTH
Terry
Recent Drupal sites:-
www.allegiantair.com www.defaqto.com www.quarkexpeditions.com www.sportrelief.com www.chevronhackles.com
www.philipturnercrafts.co.uk www.intelflexplus.com www.aprilroseturner.com www.businessclubagent.ihg.com www.businessclub.ihg
My users aren't actually
My users aren't actually logging in, just applying for registration. Furthermore, I don't want to alter any behavior for users who *are* logging in. Looking at this module's settings page, it seems unlikely to be exactly what I want.
And looking at the code for
And looking at the code for login_destination, it seems to do exactly what I don't want.
Have you found anything like this?
My registrants aren't seeing the message because they only see that the form is still on the screen. They then assume their registration didn't go through.
So, a redirect would make the fact that the process is complete a little more clear.
thanks.