Separate a form into tabs

how to separate a form into tabs? Is that possible?

What I know is that you can add content to the tab using the “html” param. Is there another way to separate form into tabs?

no, unfortunately such feature is not supported. You will have to create several forms and display each of them in an individual tab.

thank you for the reply.

Hearing that is sad. I hope you allow or add this functionality in your future releases.
I really like the dhtmlxv5 attachobject api.

tabbar.tabs('a').attachObject("dom_element_id_here");

Can you ask the developers to add this feature on their future release? Thanks.

It’s really nice if you can break down complex inputs (form) into tabs to make your UI cleaner and presentable to the user. I hope you guys can make exception for this.

Currently there is a attachHTML method allowing to attach any needed html to your cell/tab:
https://docs.dhtmlx.com/suite/samples/tabbar/01_init/03_attach_html.html