hi, I have a form composed of:
form_user_profile var = {
view : " form " ,
id : " form_user_profile "
width : 400 ,
url : " load.php ? cmd = load_user_profile & iduser = " + iduser ,
elements : [
{ View : " richselect ", name : " owner_id_profile " , id : " owner_id_profile " options : " tipologiche.php ? Cmd = owners" , label : " Owner" , labelWidth : 100 , width : 400 } ,
{ View : " richselect ", name : " IdProfiloProfile " , id : " IdProfiloProfile " options : " tipologiche.php ? Cmd = profiles" , label : " Profile " , labelWidth : 100 , width : 400 }
} ;
If you are an administrator would like to hide the IdProfiloProfile element .
How can it be done?
Thank you