Hello,
We have a form that, among other fields have a text field that during the approval process, the value of the field does not display. This happens when the User Task has the checkbox for "Make form read-only for users the task is assigned to" checked.
The form can be submitted without any issues, but the approver cannot see what value that textbox has.
If I uncheck that box, then the values become visible, but for some reason the form cannot be submitted; the Submit button doesn't do anything when clicked.
I tried adding an onclick event using javascripts to ensure that there is nothing wrong with the sbumit button. The alert responds just fine. I tired removing the CSS to ensure that the values re not getting overlayed by some type of div, but the issue persisted.
If I submit the form while the value of the textbox is not visible, then the value doesn't show in the form from the repository.
I also tried adding a new field and replacing the user task with new one, but issue persists.
In Chrome's console I see a 500 error like the URL below. Where localhost is our actual domain. https://localhost/Forms/webapi/v1/notification/GetPushNotificationToken?forceNew=false&skipErrMsg=true
Any other suggestions on what else I can try?
Thank you.