react
react copied to clipboard
Is there a way to put the form builder in readOnly
I'm trying to figure out if there would be an easy way to put the form builder in readOnly mode. What I mean by that is that the builder would be available but a user can't add new fields to the current form or modify any of the field presents, but the user could still open up the edit window and see the options that are setup for each specific fields without being able to modify anything
All these options would be readonly/disabled
Currently formiojs does not support such functionality.