populate value in message section in submit a ticket form

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
plc
Posts: 89
Joined: Wed Jun 20, 2012 2:09 pm

populate value in message section in submit a ticket form

Post by plc »

Tried search for this but couldn't come up with the right wording to get me any relevant results...

I'd like to know how I can pre-populate the message body field in the submit a ticket form. Since I don't see it in the settings I assume I need to edit a text file in the php filesystem somewhere.
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: populate value in message section in submit a ticket form

Post by Klemen »

You can do it with a query string:
https://www.hesk.com/demo/index.php?a=a ... ssage=test

If this is what you are looking for, instructions are here:
https://www.hesk.com/knowledgebase/index.php?article=83
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
plc
Posts: 89
Joined: Wed Jun 20, 2012 2:09 pm

Re: populate value in message section in submit a ticket form

Post by plc »

Well, I guess that would work technically but I was looking to populate with a series of questions the user should ask themselves while creating the ticket. That would seem cumbersome to do in a url I would think.
plc
Posts: 89
Joined: Wed Jun 20, 2012 2:09 pm

Re: populate value in message section in submit a ticket form

Post by plc »

Ironically I just realized this forum is the perfect example of what I am looking for. Those questions asked in the new topic form.
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: populate value in message section in submit a ticket form

Post by Klemen »

Yup, Hesk was designed to do one thing well and is not the best solution for all needs; use what works best for you.
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
Post Reply