Unbound Form Field is the Form Fields (Edit Boxes) that are not bound to any database field. We can use those fields for some special form operations. To use them, we do as the code snippets dictate:
first, get the field id:
id = GetEditBox(“THE_NAME“) call SetEditBox(id,“EN=1“)