print.php displaying hidden fields to customers

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
prostar190fan
Posts: 17
Joined: Mon Oct 30, 2017 8:35 pm

print.php displaying hidden fields to customers

Post by prostar190fan »

Script URL: https://service.buehler.com/eservicedesk
Version of script: 2.7.3
Hosting company: Softsys
URL of phpinfo.php: N/A
URL of session_test.php: N/A
What terms did you try when SEARCHING for a solution: hidden, hidden fields, fields, print.

Write your message below:
I've noticed that hidden fields are view-able by customers when using the print functionality of viewing their tickets. Is there a way to disable this? For the short term, I've taken away the ability for customers to view the print view.

Thanks,

Tom
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: print.php displaying hidden fields to customers

Post by Klemen »

This only happens because your are logged in as admin when using the customer interface.

If you open customer print in a different browser (or "private" mode) you should see that customers do not see the hidden fields.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
prostar190fan
Posts: 17
Joined: Mon Oct 30, 2017 8:35 pm

Re: print.php displaying hidden fields to customers

Post by prostar190fan »

Klemen wrote: Thu Dec 21, 2017 7:11 am This only happens because your are logged in as admin when using the customer interface.

If you open customer print in a different browser (or "private" mode) you should see that customers do not see the hidden fields.
Thank you very much Klemen, complete oversight on my part. :oops:
Post Reply