South Summit
South Summit4mo ago

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.
No description
8 Replies
rubenf
rubenf4mo ago
@Faton can you check if disabled work in that context
Faton
Faton4mo ago
Sure
South Summit
South Summit2mo ago
I'm just following up on this. Have you guys given any further thought to adding the ability to disable editing form fields? @Faton @rubenf ? Thanks.
rubenf
rubenf2mo ago
We haven't tackled this as we've prioritized EE customers requests
South Summit
South Summit2mo ago
I am an EE customer (Mark Thomson). Is there a better way to make requests like this? Thanks @rubenf Am I doing something wrong @rubenf? Because this is really kind of awkward. If there's a more appropriate way for EE customers to get in touch then I'm happy to change my approach. To be clear, I'm not, and was not demanding a feature. I only asked if this was being considered because your original reply implied it was being investigated.
rubenf
rubenf2mo ago
Let me follow-up in DM
South Summit
South Summit2mo ago
Thanks
rubenf
rubenf2mo ago
implemented in latest:
No description