How do I show in a select that I can select only one user if this is a different user to the administrator, because only can send messages to several users is the one with administrator profile
this is my view
<select name="users[]" id="users" multiple="multiple">
</select>
Could you use a php query to validate the role?
thanks