Is it possible to make a form field read-only?
In the pictured example, both the fields "etld" and "etld_id" are immutable but the SQL query relies on the etld_id to make the update. If I could easily set readonly="true" on these fields it would be great.
Note: Although I realize can put the values on the page as text/html, having them as form values is easier and the user can take advantage of the auto-generated UI.
