• Resolved barceloch

    (@barceloch)


    I’m trying add custom field to email notifications, when I access UsersWP->Emails->Show Advanced I put [#form_fields#] in the template but nothing happens… I also see that the notification email received is not the same as the counter in the settings.

    Mail Recived:

    …………………………………..

    Dear Admin,

    A user has been registered recently on your website.

    User Information :

    First Name:User

    Last Name: Test

    Username: usertest

    Email: [email protected]

    …………………………………..

    Template Body in UsersWP->Emails->Show Advanced

    Dear Admin,

    New user registration on your site: [#site_name#]

    Username: [#username#]

    Email: [#user_email#]

    Account-Type: [#account_type#] *MY_CUSTOM_FIELD*

    Thank you,

    [#site_name_url#]

    …………………………………..

    is different content, and I check or uncheck the option: Enable email This will replace the email sent by WordPress when new user registered.

    I always get the same email received…

    Some help?

    • This topic was modified 2 years, 2 months ago by barceloch.
Viewing 1 replies (of 1 total)
  • Plugin Support alexrollin

    (@alexrollin)

    Hello,

    Individual custom field can’t be used in the email body but it can be possible with your own custom code.

    For now UsersWP can only insert the tags mentioned in the ‘Available template tags:’ for each email.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Field on Email Notifcation – Body not working’ is closed to new replies.