Solved

Is it possible to add 'a form rule' upon submitting a form

  • 6 October 2023
  • 1 reply
  • 57 views

Badge +3

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).

icon

Best answer by Jake 10 October 2023, 02:39

View original

1 reply

Userlevel 5
Badge +13

@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