Skip to main content
Closed for Voting

Don't allow to modify requester email address for new ticket

Related products:Freshdesk
  • November 10, 2013
  • 1 reply
  • 12 views

Hi, we're implementing tight integration between freshdesk help center and our system.

One issue we struggle with is that customer is allowed to modify requester email when creating new support ticket.


This is very important for us to stick with the email provided as SSO parameter.


We would love to have a checkbox in admin settings to disallow requester email address modification.


Is there any workaround for issue for now?


Thanks,

1 reply

  • Author
  • Contributor
  • November 11, 2013

Meanwhile we did this:


Admin > Helpdesk rebranding > Customize portal > Stylesheet


input#helpdesk_ticket_email, .requester-label {
  display: none;
}