However, if the user clicks away from that page and then back, the button is able to be clicked again.
Even if I add the same code to the very top of the page the user can click the button again. How can I persist the disabled state of the button?
Thanks for your reply. I actually don’t even have a condition. Just to disable at the top of the page. I believe the challenge is that my button is not all the way at the top it does succeed at disabling it on click.
@Jori as a test, this is what I used and it does not disable when the user clicks back to this page… (perhaps there is a way relocate the button on the ps1 file?)
You’ll need to conditionally create the button, as I posted before. If you need help, post the code with any sensitive info removed, I can show you what I mean.