Display each members email address on custom members list template
-
I have created a custom printable members list template and I am trying to display the email address for each member on there but it isn’t working. I created an html table and have it setup like so:
<tr> <td><code>user.display_name_html</code></td> <td><code>user.phone_number</code></td> <td><code>user.mobile_number</code></td> <td><code>user.user_email</code></td> <td><code>user.community_address</code></td> </tr>
All my fields work except for “user.user_email”.
What is the correct way to display the users email address in a members list template?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Display each members email address on custom members list template’ is closed to new replies.