Camunda Forms - Readonly Fields

I am looking at the Camunda Forms in the Modeler (version 4.11.0) and don’t see a “readonly” option. I am assuming it is not currently available, but is it planned?

hidden fields would also be nice to have.

Hi @StuRyan56!

Support for disabling fields via the form editor recently shipped with the underlying library. These will likely land with one of the next Modeler releases, too.

Note that disabled fields won’t update variables. What would be a use-case for hidden fields?

Best,
Nico

1 Like

I’ll look for the update to the modeler.

Hidden fields might be useful to pass data to a UI. For example a uuid that could be used to fetch additional data from APIs such as account data that would not be stored in the camunda engine.