LiveHelperChat / osTicket

osTicket extension for Live Helper Chat
27 stars 21 forks source link

Custom fields #13

Open bkerest opened 3 years ago

bkerest commented 3 years ago

Hello.

Thank you for the module! It is excellent!

There is a problem that I face. I am sure there is a solution... but need help.

I added some custom fields on the Chat Start. e.g. Company name with identifier custom_company

The problem is that I would like this to come on the osTicket at a specific possition, like the {nick} {country} etc

image

But this doesn't work. obviously the {*****} that I have to write is something different.... but what this could be?

remdex commented 3 years ago

Hi,

You can try to write

{additional_data} but it will be just json array.

You can see here how I write https://github.com/LiveHelperChat/osTicket/blob/master/osticket/bootstrap/bootstrap.php#L139

At the moment because lack of time I don't have time to extend replacement workflow. But donation would help for sure :D

bkerest commented 3 years ago

Thank you remdex!

yest I have seen the {additional_data} in the end, but as you said all together! Thank you!