Confirmation page after registration?
monkfish4d - February 18, 2009 - 18:00
| Project: | Email Registration |
| Version: | 6.x-1.1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hello,
I'm still quite new to drupal but is it possible to show a message after a successfull registration as well as an email being sent to the new sign up?
At the moment, after new sign up, the user is just sent back to the home page, we'd like to show a message saying "Thanks, an email has been sent to you. Click here for the home page... ".
This is the site: http://www.spinninghat.com
Thanks for any help you can offer,
Nick.

#1
Have you looked at rules . . . http://drupal.org/project/rules?
#2
No, I've never come across it before... Will that let me display a message after successfull new user registration?
It looks like a background work-flow module?
Thanks, Nick
#3
Yes, it's a background workflow module. It allows you to execute certain actions based on set conditions. Drupal 6 also has triggers and actions in its core, but they aren't as dynamic. It should allow you to redirect to a page that will display the message you want.