I am successfully throwing errors when certain input does not meet requirements on the admin side and resetting fields as needed, but I would really like it if I could prevent the form from closing if whoever is editing hits save&close. This is to get around the fact that fields do not keep their required status on the admin side, and also to prevent non-unique answers in some cases. I don't need nor do I want to prevent the save, i just need to prevent the close.
Any help would be great.
Thanks.