Skip to main content
Question

How can I remove this Requested for in Service Item

  • September 30, 2025
  • 1 reply
  • 94 views

Vinnnn
Apprentice
Forum|alt.badge.img+3

I want to remove the ‘Requested For’ field and uncheck the ‘Display to Requester’ option, but it isn’t clickable. How can I fix this?

1 reply

bram.veldhoen
Forum|alt.badge.img+4

Hi,

Unfortunately, this is not possible with out of the box configuration.
You can fix this with some custom CSS in the portal rebranding:

We have the following live in our instance, under "Custom Stylesheet”:

fieldset.default_requester {
   display: none !important;
}

#ticket-field-52000061188 {
   display: none !important;
}

.requester-email
{
    display: none !important; 
}