Ticket number in the ticket title, as in the default interface
Ticket number in the ticket title, as in the default interface,

Hi
This is very likely a duplicate of https://github.com/pluginsGLPI/formcreator/issues/3223.
O ID que o GLPI mostra não é numero do ticket, e sim um ID interno
Please show me the URL of the page displayed in the screenshot. I need it to ensure I fully understand.
Interface padrão<

interface simplificada<

Não mostra o numero do ticket na interface simplicada,
Não mostra o numero do ticket na interface simplicada,
This is normal. If you disable the service catalog of Formcreator then you should be able to access the ticket displayed on the screenshot. You should notice that the ID of the ticket is not displayed. Let me know the result if you try.
When Formcreator shows the assistance request of your screenshot, the plugin delegates to GLPI the task to render the ticket title. The ID is not displayed because the code of GLPI does this way. We are then in the exact same case as #3223, and my answer is still the same.
O problema é o mesmo relatado, mas a solução não resolve, pois ele não mostra o numero do ticket e sim um codigo interno,
Exemplo

ao entrar nesse ticket o numero que mostra é outro

In the first screenshot of this comment you are not viewing a ticket. You are viewing an assistance request. This object is rendered depending complex criterias either as a ticket, either as the form answers. The ID you see in the title is not the ticket's ID, this is the assistance request's ID. This is the normal behavior.
Sei disso, o que estou tentando dizer é que na interface padrão ele mostra o numero do ticket e não o codigo interno, quando mudamos pra interface padrão para usar o catalogo de serviço já não mostra o numero no titulo
Ok, I think I understand your problem. You are confused because the ID you see in the first screenshot of your bug report does not matches the ID you see in the first screenshot of this comment neither the 2nd screenshot of this same comment.
An assistance request has an internal ID, and a "display ID" which was designed for you (assuming you are an administrator or tech in GLPI), or for debug purpose. If I remember well, the display ID was also needed for business logic in the plugin, but this should b no longer true.
Maybe the display ID could be completely removed, to keep only the ID you called the internal ID. However this cannot be changed in version 2.13. Also it is required to do a deep code review and use case review to ensure that noting breaks when removing the "display ID".
Olá na versão anterior do GLPI mostrava o numero do ticket neste lugar do formulário
não seria possivel adicionar também nesta versão?
Hi
This screenshot shows a ticket rendered by GLPI. When Formcreator shows a ticket, it delegates to GLPI the task to render it; then the plugin cannot show the ID of the ticket if GLPI does not.