Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
How do I make the entire form (or all objects on it) read-only once a user has clicked on Save?
Sometimes when the response is slow, one might click the save button multiple times. How to prevent this from happening?
One possibility would be to hide the save button but nuUpdateData() will set it to visible again.
Your solution would work too.
Actually, I just want to prevent an email from being sent a second time (PHP, AS), so I thought that disabling the save button would prevent it, but maybe I should try another approach. E.g. by doing the check in the AS part.