You are viewing limited content. For full access, please sign in.

Question

Question

Form Field does not display when User Task has "Make form read-only for users the task is assigned to" checked

asked on January 4, 2017 Show version history

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.

0 0

Replies

replied on January 4, 2017

UPDATE: When I do a "Save draft" and then check/uncheck the "Make form read-only for users the task is assigned to" checkbox, it partially works. The value can now be seen in the Approval process and the form can be submitted; however, in the repository the value is still missing.

 

Any ideas?

0 0
replied on January 9, 2017

FIXED.

Turns out the "Fill" values of a Lookup rule needed adjustment. The form would still show the value, but the Submit button would not do anything for some reason.

 

I added the code below to force the submit action.

 

$("#form1").submit();

 

Thank you,

 

Raul Gonzalez

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.