How to make all input fields Read Only

Hello All,

Is it possible to turn multiple input fields in a form to Read Only?

Just add a readonly attribute to them.

I get that but can we do it for all the input fields at once using some dynamic function

There are dynamic attributes > readonly you can add to your field and add some dynamic expressions to them.

Hi AJ,

I understand you are referring to the availability of a dynamic attribute on the server connect form itself to make all the input fields readonly or disabled in that form, instead of adding an attribute to each input field separately.

The availability of readonly or disabled Dynamic attributes at the form level streamlines the process of providing different access rights based on users' access permissions.