We would like to change how the Profile name button on the main header in Power Pages to instead be a custom field on the Contact record. We found the following code in the Header web template, but it appears as though this will actually pull from the Contact Full Name if one exists instead of the User Full Name as the code indicates. Is there a way to switch this code to reference our custom Contact field (e.g. contact.custom_name)?
Thanks in advance!
{% assign username = user.fullname | escape %}

Report
All responses (
Answers (