최근 검색


최근 검색 없음

How to make a custom ticket field not editable for end users

답변함


2022년 3월 31일에 게시됨

Hello,

I would like to make a custom drop-down ticket field uneditable for end users. We want the users the select a value from the drop-down, the field must then lock or grey out, so the users won't have the option to edit or change the value.

Please can someone help?

 


0

5

댓글 5개

This is possible using the readOnly operator on the element:

document.querySelector("#request_custom_fields_yourFieldID").readOnly = true; 

0


Hi Pulkit, 

Thank you for helping, we are actually building up the forms in the UAT environment. Can I share the Sandbox URL? Will that help?

0


Hi Johnny J

Can you Please share the live URL of the help center and point me out there which field you want to make disabled.
It can be done with a few lines of Javascript 

Thank You 

Pulkit

Team Diziana

0


Hi Dave,

Thank you, I am unable to find the exact script in the community posts:(

And, we also tried hiding the custom dropdown field from users, so they will not have the option to change the value. But the problem is when we apply conditions to that custom field, the other conditional fields don't appear. Is there a way we make the conditional fields visible?

Any help would be much appreciated.

0


Hi Johnny,
 
I don't know of a way to do that - perhaps it might be possible via Javascript. In any case, it might be a problem if a user accidentally selects the wrong value (something I know I do fairly often).

0


댓글을 남기려면 로그인하세요.

원하는 정보를 못 찾으셨나요?

새 게시물