Tabs are displayed in qgis but not in qfield

In QGIS I have set the form layout so that the attribute fields are organized in tabs. In QGIS I can see the tabs with the attribute fields. In QField, the tabs are gone and all attribute fields are displayed directly. What can I do about it?


Imported from GitHub discussion by @Kaguenze on 2024-10-10T14:12:25Z

At first, you can search here for other issues about tabs… :wink:


Imported from GitHub comment by @VxTedxV on 2024-10-11T03:08:38Z

At first, you can search here for other issues about tabs… :wink:

Great idea, I haven’t found the solution yet, do you know something?


Imported from GitHub comment by @Kaguenze on 2024-10-11T05:36:05Z

I’ve never encountered this issue. I think you will have to share a test project.


Imported from GitHub comment by @Ipickedausername on 2024-10-15T15:03:19Z

Kaguenze , when you design your feature form layout with tabs, you have to make sure the root elements are only containers, otherwise QField will flatten everything into a tab-less list.

E.g., this will work:

While this will not work and will result in a single list of all items:


Imported from GitHub comment by @nirvn on 2024-10-30T03:32:26Z