Skip to main content

I was wondering if it is possible to make changes to a form whenever the form is submitted. For instance; is it possible to make all fields read-only when someone submits a form (I am using new responsive designer).

@oysteinbruce 

 

Yes, there are form context variables available if you hit insert on the rule designer it opens the variable screen, context should contain Is New Form, Is Edit Form and Is Display Form. 

New form is any new form. 
Edit form is any form for an existing item in edit mode

Display mode is an always read only version of the form. 
 

For this you can use the context variable Is Edit Form, making it so it’s not read only on a new form but is read only on any other form type. 
 

IF Is Edit Form

Field : Read only : Yes

keep adding fields as you need and if you hit the field limit, add another rule. 


Reply