this is rather advanced topic , but i try
I have a select type of field, let us say ElementId. Scriptcase shows a select control for the field with text.
is there any way to reference the text currently shown? if i reference {ElementId} from php code I get numeric value.
I have red that SC makes php variables behind each field so something like this->$ElementId->Title would be nice.
I know i can make an extra lookup to get the text , but the form already runs it for the control so this data should be somewhere in the form.
any ideas?