osTicket icon indicating copy to clipboard operation
osTicket copied to clipboard

Custom fields

Open bkerest opened this issue 4 years ago • 2 comments
trafficstars

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?

bkerest avatar Dec 03 '20 09:12 bkerest

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

remdex avatar Dec 03 '20 09:12 remdex

Thank you remdex!

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

bkerest avatar Dec 03 '20 09:12 bkerest