I've set up a Calendar of Events on my website that allows Anonymous Users to create basic events. Obviously, I want these to go through moderation, so I don't get inundated with spam.
At this point, the calendar is working fine, and users can create events that get sent to moderation, but instead of being sent to the event (which doesn't really exist in the system until approved), they are sent to a '404 Page Not Found' page. Is there any way to tell drupal to send these users to either a preview of their event, a page signifying that their event was recieved and is awaiting moderation, or sent back to the event creation page with a node saying the previous event is awaiting moderation.
Any clues?
Comments
If you append destination to
If you append destination to the form as a query string, it will redirect the user to that path:
/node/add/story?destination=calendar
So could you add that to the link that opens the create event page?
I also noticed this module, which might be of use: http://drupal.org/project/customdestination
Ezra Wolfe
DLC Solutions
EthosCE