New user registration emails, some placeholders not being sent (empty)
-
Hi all, hope someone can help.
I’ve just taken on a new web support role with a new company… with a large client base and with very little documentation… I think we’ve all been there / here?They have have one client that is using the Ultimate Member plugin (unsure if free or the commercial version, how to tell?).
They would like some additions to the emails that are being generated to the administrator when a new user registers on the site. Some of these are pretty simple, first and last name as an example.
However, when I use {first_name} {last_name} within new user notification email, no information is displayed. The placeholder {submitted_registration} also does not generate any information in the email.
Has anyone experienced this before?
Any idea of how to fix or what steps I can take to fix?Here is a sample of my code within the registration email to the administrator;
–//–
{site_name}<br>
<br />
{display_name} has just created an account on {site_name}.<br>
<br />
<hr>
Details are as follows;<br>
<br />
Name: {first_name} {last_name}<br>
Depot: {usermeta:depot}<br>
<br />
To view their profile click here: {user_profile_link}
<br />
Here is the submitted registration form:<br />
{submitted_registration}
<br />
Thank you!<br>
The {site_name} Team–//–
Please note the following placeholders work;
{site_url}
{user_profile_link}
{display_name}Any assistance is greatly appreciated.
Regards
Mark
- The topic ‘New user registration emails, some placeholders not being sent (empty)’ is closed to new replies.