]I am running PHPRuner5.3. When you change a property of a field in one view, like "Add", it changes the property of the field in the "Edit" and "List" view as well.I have some forms linked together, so that the first field, of the second form picks up the session_ID and is set to "Read Omly". I do this to avoid typos from manual entry in the second form. The problem is that whenI do a "List", the field has the same properties, and therefore will not display properly. If I try to change the properties on the "List" page to simple text, the program changes the property of the field in the "Add" and "Edit" forms as well. Is there a way to stop this, or has this been addressed in later versions?