Hi,
I would like to be able to send one list of all event sign-ups when the event sign-up period ends instead of each time a sign-up occurs
How would you go about doing this?
-Adam
Hi,
I would like to be able to send one list of all event sign-ups when the event sign-up period ends instead of each time a sign-up occurs
How would you go about doing this?
-Adam
Comments
Comment #1
dwwBy writing a custom module that implements hook_signup_close(), query for all signups, and generate the email. See signup.api.php in HEAD for full documentation on all hooks invoked by the Signup module.