rhody401
03-16-2012, 01:56 AM
I have been able to modify the NEWUSER phrase, which is the email template for new registrations.
However, I wanted to include another field, known as field4. (occupation)
I tried adding $field4, and $post['field4'], but these didn't get passed to the email. What is the correct format to include this field/variable in the email template? Can this even be done?
Thanks in advance!
Rhody401
$vbphrase[newuser]
There is a new user, $username at $vboptions[bbtitle]
To view their profile, go here: $memberlink
Email Address : $email
Birthday : $birthday
Referrer: $referrer
IP Address: $ipaddress
Occupation: ((((WANT value of FIELD4 to be placed right here))))
$customfields
However, I wanted to include another field, known as field4. (occupation)
I tried adding $field4, and $post['field4'], but these didn't get passed to the email. What is the correct format to include this field/variable in the email template? Can this even be done?
Thanks in advance!
Rhody401
$vbphrase[newuser]
There is a new user, $username at $vboptions[bbtitle]
To view their profile, go here: $memberlink
Email Address : $email
Birthday : $birthday
Referrer: $referrer
IP Address: $ipaddress
Occupation: ((((WANT value of FIELD4 to be placed right here))))
$customfields