I am proposing to registered visotors of my site, www.proxcom.fr, to get in contact with each others.
When they use the form to do so, in the dest field, the word [user] appears next to the pseudo of the adressee...

Could somebody tell me how to get rid of this ?

Thanks in advance

Comments

Is this a custom form? If

Is this a custom form? If so, then just don't include the #title part of the field array.

If this is not a custom form, then is it a node or entity form? If so, then you may be able to hide it using the interface.

Finally, you can hide it using CSS or a hook_form_alter() to manually change the form when it is being built.