If your form view XML includes fields but the labels are not displaying, and only the fields are visible, it's likely that you haven't enclosed the fields within a group. Please consider incorporating them as illustrated below.
<group>
<field name="field1"/>
<field name="field2"/>
</group>
Top comments (0)