We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3de3b commit 97e1af8Copy full SHA for 97e1af8
Client-Side Components/Client Scripts/Dynamic script to make fields read only/reame.md
@@ -0,0 +1,5 @@
1
+Dynamic script to make fields read only
2
+
3
+It runs when the field value changes.On change client script
4
+If the new value equals '7', it retrieves all editable fields using g_form.getEditableFields().
5
+Then it loops through each field and sets it to read-only using g_form.setReadOnly().
0 commit comments