Hello,
It would be very nice to be able to set a form’s readOnly parameter to true (not modifiable) as default.
Could also be a solution parameter (all forms starting as readOnly, or all forms starting modifiable as today)
Currently the only solution we have to prevent user to modify data is to set readOnly to true at onShow, as this does NOT work at onLoad.