hi, i think that is a bug.
my form have a field MYFIELD if i set in “general settings” - "disabled field " to “update mode”.
I assign a value when is new to this field. {myfield} = 1;
if i edit it, this field no allow modifing. all right. But if i assig to a variable the value from this field, the variable is empty.
$myvalue = {myfield}; //must be 1
echo "this is the value: ".$myvalue;
show: this is the value: