Hi
I need to have submission edit mode enabled in my form. At a certain point I want to be able to lock the submission from further editing. How can I achieve this?
Hi Asta,
The submission edit mode feature will only allow the form to be editable or not and does not provide the flexibility to change this conditionally. If you want to make the form editable based on some conditions, then on option would be to make every question in your form disabled based on some condition. For example:
Drag a container component into your form
Drag all the forms components into the container component
Within the logic tab of the container component set some logic to disable the entire container and its nested questions. This is illustrated in the image below.
Alternatively, you could raise an idea post for a new feature, if you do so it would be useful to have some example scenario where this would be useful.