South Summit
South Summit9mo 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
rubenf9mo ago
@Faton can you check if disabled work in that context
Faton
Faton9mo ago
Sure
South Summit
South SummitOP7mo 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
rubenf7mo ago
We haven't tackled this as we've prioritized EE customers requests
South Summit
South SummitOP7mo 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
rubenf7mo ago
Let me follow-up in DM
South Summit
South SummitOP7mo ago
Thanks
rubenf
rubenf7mo ago
implemented in latest:
No description

Did you find this page helpful?