Page 1 of 1

populate value in message section in submit a ticket form

Posted: Tue Jan 24, 2023 6:57 pm
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.

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

Posted: Tue Jan 24, 2023 7:00 pm
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

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

Posted: Thu Feb 09, 2023 11:35 pm
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.

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

Posted: Thu Feb 09, 2023 11:42 pm
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.

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

Posted: Fri Feb 10, 2023 8:34 pm
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.