Read Only Pages

Allows to render read only pages within Form builder.

Example

<FormBuilder
  {...FormBuilderProps}
  readOnly={true}
/>

Note: When integrating the Form Builder component, include the readOnly prop and set it to true to enable readonly mode.