Title: Checkboxes on Profile
Last modified: September 1, 2016

---

# Checkboxes on Profile

 *  [dberg89](https://wordpress.org/support/users/dberg89/)
 * (@dberg89)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/checkboxes-on-profile/)
 * Hello,
 * Is it possible to display the checkbox data in an unordered list format on the
   profile?
 * Right now it outputs it in one string separated by commas.
 * [https://wordpress.org/plugins/ultimate-member/](https://wordpress.org/plugins/ultimate-member/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Ultimate Member](https://wordpress.org/support/users/ultimatemember/)
 * (@ultimatemember)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/checkboxes-on-profile/#post-7515996)
 * 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
 *  Thread Starter [dberg89](https://wordpress.org/support/users/dberg89/)
 * (@dberg89)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/checkboxes-on-profile/#post-7516027)
 * 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 );`
 *  Thread Starter [dberg89](https://wordpress.org/support/users/dberg89/)
 * (@dberg89)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/checkboxes-on-profile/#post-7516028)
 * 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.
 *  Plugin Author [Ultimate Member](https://wordpress.org/support/users/ultimatemember/)
 * (@ultimatemember)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/checkboxes-on-profile/#post-7516035)
 * Will add this suggestion to our user feedback list. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Checkboxes on Profile’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=3160947)
 * [Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin](https://wordpress.org/plugins/ultimate-member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-member/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-member/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Ultimate Member](https://wordpress.org/support/users/ultimatemember/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/checkboxes-on-profile/#post-7516035)
 * Status: not resolved