South SummitS
Windmill2y ago
10 replies
South Summit

Is it possible to make a form field read-only?

This would be helpful for immutable data values like row id's, etc.

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.
Screencap2024.07.28.2003.png
Was this page helpful?