Hello,
via Javascript, Is it possible to change a Power Apps Portal Entity Form's mode to be "Read-Only" based on the value of a form field?
My form is initially set to "Edit" mode.. I want the form to be in "Edit" mode and filled out only once (the first time it's filled out and submitted). On submit, I then change a field to Complete=Yes.
From then on out, I want the form to be "read only" mode every time the user loads it. I'm hoping to check for value of "Complete" field... if "yes", then I'd like entire form mode to be "Read-Only" instead of "Edit". Note, I'd like to set this on Form level, not the individual fields level.
Or, is there a better way to do this?
Thank you!
Terry