Hi all
I have a template that looks like this:
{exp:member:custom_profile_data}
{exp:dashboard account="{acc_account}" password="{acc_password}" email="{acc_email}"}
{/exp:member:custom_profile_data}The problem I am having is the field “acc_email” is converting to Javascript encoded email addresses. Is there a way I can force the custom profile data to not render those as javascript?
Thanks!