I have the following question: Is there an easy way to render the 'title' of fields which are used in userlists?. Have a look at the example below:
In order to make the userlists easier to read (on a smartphone), I decided to add a kind of separator: e.g.:
the line 'Citizenship Indonesia' should be rendered as:
'Citizenship: Indonesia'
..... /** with an extra ':' as visual separator **/
and this kind of rendering should only take place if a field is used for a userlist - but not if the field is used e.g. in the registration process…..is there an easy way to do it?
regards