Is there a way to totally lock a form such that even the author cannot change? I looked at @DocLock but does not seem secure enough. I want to be able to add an action button that does a final save and exit and locks the entire form, including RICH TEXT fields.
Thanks in advance, Paul
Subject: Authors field
Make sure your users only have Author Access, have an authors field containing them and the admin group and then when they hit Final Save, remove user from the authors field.
I suggest reading up on Readers and Authors fields and how they work with ACL.
Subject: Thanks
Thanks Andrew, I was aware of the Auther type and need to read up on it.