Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

How can I notify users if form is open

Avatar

Not applicable

I have a form which is stored on the network, the user then creates a shortcut to the form (to save email space) then emails the shortcut to a selected team to review and apply their electronic signature, what I would like to be able to do is is warn the team if the form is already opened prior to them trying to sign and save.

Any suggestions would be gratefully received

0 Replies

Avatar

Level 2

You could create a form action to save the form into initialization.

Condition: When form "youform" has finished loading: Save the form.

This save will fail if somebody else has this form opened.

The save will happen in background and you should catch the error to show a proper error message to the user.