Lock functionality on forms | Community
Skip to main content
vkeerthy
New Participant
October 16, 2015
Solved

Lock functionality on forms

  • October 16, 2015
  • 1 reply
  • 1404 views

Hi All

I am exploring wether there is a lock functionality that comes with AEM forms.

Use case: The form that we have built is multi page (8) for form. It requires two users to fill the form for completion. The requirement here is to lock the form instance when the a user is capturing the data.

Has anyone faced this requirement and any solution around this would be highly appreciated. Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by deepak_k_

There is no locking functionality. But you could hide the sections using visibility expression or disable the fields using access(enablement) expression. These expression can write rules based on a hidden field value which depicts whether the user has permission or not.

1 reply

deepak_k_Accepted solution
Employee
October 16, 2015

There is no locking functionality. But you could hide the sections using visibility expression or disable the fields using access(enablement) expression. These expression can write rules based on a hidden field value which depicts whether the user has permission or not.