How do you add custom fields using input handlers to the ¬ify template?
[!WebLoginPE? &type=`register` ®Type=`pending` ®isterTpl=`registerForm` ¬ifyTpl=`notifyMessage` ®SuccessId=`53` &groups=`Pending Users` ®SuccessPause=`0` ¬ify=`[email protected]` &customFields=`fullname, gender, username, email, address, city, zip, state, country, phone, fax, business_type, subscriber` &inputHandler=`Business Type:userBusiness:business_type:select:Distributor(distributor),Manufacturer(manufacturer)` !]
¬ifyTpl:
Name: [+form.gender+] [+post.fullname+]
Business Name: [+post.username+]
Bussiness Sector: [+form.business type+]
Address: [+post.address+]
City: [+post.city+]
County: [+post.state+]
Post Code: [+post.zip+]
Country: [+form.country+]
Telephone: [+post.phone+]
Fax: [+post.fax+]
E-mail address: [+uem+]
for the custom fields i have tried both [+post.fieldname+] and [+form.fieldname+] but neither work in the email. Instead they just show up as code.