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

mcrittenden’s picture

Oops, limited to 64 characters.

Quick fix is to change line 53 of signup/includes/node_settings.inc to something like:

'#size' => 60, '#maxlength' => 256,
mcrittenden’s picture

Component: Code » Email
dww’s picture

Status: Active » Closed (duplicate)