Issue with Web Form Displaying Incomplete Fields from Custom Doctype

I am currently working with a custom Doctype in Frappe, and I’ve encountered an issue with the web form display.

Here’s what I’ve done:

  1. Created a custom Doctype with multiple fields and a child table.
  2. The child table consists of 11 fields, some of which are separated by section breaks.
  3. Created a web form for this custom Doctype.

The issue:

When accessing the web form, only 6 fields are visible, and the remaining fields (including some from the child table) are not displayed properly.

What I’ve tried:

  • Checked the web form settings to ensure all fields are included.
  • Verified that the fields are correctly added to the Doctype and the child table.

Has anyone faced a similar issue or knows how to resolve this? Any insights or solutions would be greatly appreciated.

Thank you!