I've added two new fields on signup form and want them to be on e-mails sent to user and administrator. Sorry, but I didn't find the way in this forum.
See the following post: http://www.amember.com/forum/showthread.php?t=6520&highlight=email fields By the way Ive not tried it but I THINK the answer SHOULD read {$user.fieldname} rather than as stated in the post as {user.fieldname} Steve
I tried this but it doesn't seem to work I have the following: User details: Username: {$user.login} Email: {$user.email} Name: {$user.name_f} {$user.name_l} Cell Number: {$user.cell_phone} Cell Provider: {$user.cell_provider} The default amember fields work but the cell number and provider don't. Any ideas?
Hello, Try the following: PHP: Cell Number: {$user.data.cell_phone} Cell Provider: {$user.data.cell_provider} Jimmy