Hi,
That is not possible with the plugin. Would require a developer to customize the plugin code. Customziations to plugin is not something we can provide support for I am afraid due to our support and development load.
Thanks
Can you at the very least please add 1 line of code in the next build to replace the commas with a newline?
ultimate-member/core/un-fields.php line 2153 of the view_field function
Add this line
$res = str_replace(',', '<br />', $res);
After
$res = apply_filters("um_view_field_value_{$type}", $res, $data );
Nevermind. That would change every default instance.
It would be nice if you guys added a checkbox case for the output to be displayed in a nicer format though.
Will add this suggestion to our user feedback list. Thanks.