I have several data in the %user_signup_info field, but it is not being added to my forwarding email.

I think this code was supposed to add that data, but it doesn_t:
if (!empty($signup_tokens['%user_signup_info'])) {
$message .= "\n\r\n\r". $signup_tokens['%user_signup_info'];
}

I replaced it with
$message .= "\n\r\n\r". $signup_form_data;
which at least gives me the raw data.

Comments

dww’s picture

Assigned: Unassigned » dww
Status: Active » Fixed

Thanks for the report. This was a silly bug when porting all this code to the evil D6 drupal_mail() API. Now fixed in HEAD and DRUPAL-6--1 (http://drupal.org/cvs?commit=178992). This will go out in rc4.

Status: Fixed » Closed (fixed)

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