Marquinhos Posted August 26, 2021 Share Posted August 26, 2021 Hello everyone I'm looking for a way to get a custom profile field from current user to template. I was not able to see any reference about it at the docs I'm expecting to use a custom field as radio and get this value/index and use its raw value, something like: <?php \IPS\Member::loggedIn()->profile()->custom()->field('custom'); Best Link to comment Share on other sites More sharing options...
Kinzer Posted August 27, 2021 Share Posted August 27, 2021 $member_fields = $member->profileFields(); $member_fields['core_pfieldgroups_6']; Marc 1 Link to comment Share on other sites More sharing options...
Recommended Posts