I have a client that wants three different people to be notified when someone signs up for something, and those 3 emails total 73 characters, but the forward_email is restricted to 65 chars, so it's impossible. Any chance this field's restriction is taken off or at least lengthened to allow for this? I find it's pretty common for clients to want multiple people in the loop.
Comments
Comment #1
mcrittenden commentedOops, limited to 64 characters.
Quick fix is to change line 53 of signup/includes/node_settings.inc to something like:
Comment #2
mcrittenden commentedComment #3
dww#103567: Multiple/configurable coordinators