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

dww’s picture

Category: feature » support
Status: Active » Fixed

By 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.