So I’ve created some custom Member Fields, but they are not displaying after I edit them in the profile. Though I am not even sure if the edit profile is even done correctly, because none of my User Messages work. So everytime I do anything I get the same error,
“The following errors were encountered
No templates defined for the Custom System Messages extension settings, or the defined templates can not be found.”
Here’s what I have for displaying the custom Member Fields;
{exp:user:edit}
{exp:member:custom_profile_data}
Name: {username}
Company: {company}
Unique Registration Code: {unique_registration_code}
Registration Code: {registration_code}
Bank: {bank}
Bank Account: {bank_account}
Bank: {bank}
{/exp:member:custom_profile_data}
{/exp:user:edit}