Hi,
I am sure this will be an easy one. How does one make a profile field's value come from the value in another profile field? Thanks.
Ken
$data['field1']=$data['field2'];
$data['field']=$data['field']+1;
triggerProfileUpdate($user,$data,$changed,$isNew){
if(in_array('accessrequest',$changed))
{
//CODE
}
}
triggerFieldAccessrequestUpdate($user,$data,$changed,$isNew){
//CODE
}
is this changing the field or changing its property to "readonly"?
What i think will work is to have an additional action to apply on a condition parameter
What I want to achieve is this
Easy Profile Support wrote:
Yes, we plan in future to implement in condition possibility to change readonly and required status