I am newer to LPL code but I want to make a field on a form editable. My ultimate goal is to make the field editable until the status gets to Disposed status but for now I just want to make the field editable. I know on the HTML code the property that is not allowing it to be editable is readonly="true" but I don't know how to remove HTML styling using the LPL code and I cant manipulate the source code directly. How would I do this using LPL? What syntax would I use and how do I apply this?
Field I want to make editable

LPL Code on the Form

LPL Code on the Field

HTML Code
