How can I disable the subject and description fields from the request form?



Edited Feb 07, 2025


9

235

237 comments

Yes, that worked for me. Thank you so much

0


Hi Shahid Iqbal,

 

Add the given line to your script.js file at the bottom area.

document.querySelector('.form-field.request_anonymous_requester_email > label').innerHTML= "YOU TEXT HERE";

 

I have tested it and it's working. If any issue let me know I'll change the class (request_anonymous_requester_email).

Thanks

 

1


I have tried to change the "Your email address" label but didn't work, can any one guide how can I do this?

0


Thank you sir! Excellent assistance! 

0


Hey Geoff,

Closing the loop here - we were able to confirm your JS implementation and obscure the subject line from the end-user form by going to Admin Center > Ticket Fields > Subject and setting to "Agent Only."  Glad to see that we were able to get things sorted for you!

Brandon

1


Hey Geoff - Sorry about that - you can reach me at https//lp.729solutions.com/free-zendesk-checkup - you may have to copy/paste into your browser.  Looking forward to it!

0


Brandon - the grab time with me here  hyperlink is not working.

Can you provide something else?

0


Hey Geoff Ludwig -

From where I'm sitting that looks good - but there's quite a few reasons that might break.  Someone else from the community might be seeing something I'm not though.  Alternatively, if you'd like to hop on a quick call you can grab time with me here next week.

Cheers,

Brandon

0


Brandon Tidd - did I do something on the code above? 

0


Thanks for the quick response... I changed and i am still seeing the same issue. 

 

0


Sign in to leave a comment.