Hello,

Is there any way to create a form in osticket to be able to define multiple fields, something like table? For better illustration:

I need to add something like this - a table, where you can enter multiple records. Reference number of material, units, amount, zone, user etc. and there can be more entries (let's say 20 for one ticket max).

Thank you for your help

There is no way to do this in the ui.

If you know HTML/PHP/mysql you could create a table that stores this. Then you would just need to edit the core file to have osTicket save this data to your table, and pull it out when you want to display it. If you look at the task system you might be able to figure out how they added tasks and do it a similar way. As a side note you would need to store the ticket_id in table so it knows which records to pull for each ticket or create a second look up table for the ticket.

2 years later

Hey @dbalaz have you found a solution to your question in the end?

Write a Reply...