Articles in this section
Category / Section

How to Rename the Subject and Description Fields on the Customer Portal Ticket Creation Page

Published:

You can rename the “Subject” and “Description” labels on the ticket creation page of the customer portal.

To do so, go to Admin > Customer Portal > Customization > Custom JS and paste the following custom JS code.

Here is the custom JS code:

document.querySelector('.subject').querySelector('.custom-field-label').innerText = 'Title';
document.querySelector('.description').querySelector('.custom-field-label').innerText = 'Reason';

Pasting the custom JS code

To learn where to paste the above custom JS code, refer to this article.

Before customization, the ticket creation page looks as follows.

Before.png

After customization, the ticket creation page looks as follows.

After.png

Related articles

  1. How to Restrict Agents from Creating Tickets in Customer Portal
  2. How to Add an External Website Link to the Customer Portal
  3. Make Phone Number Field Mandatory in Web Form & Widget
  4. How to Add Third Party Scripts to the Customer Portal?
  5. How to Increase the Length of the Description Field in the Web Forms and Web Widgets
  6. How to Modify the “Knowledge Base” Title Text in the Customer Portal
Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied