I have created a custom doctype named “Family Member”. The “Is Child Table” and “Editable Grid” checkboxes are checked.
I have extended another (existing, not custom) doctype by adding a custom field. The custom field type is “Table” and the “Options” value is set to the custom doctype “Family Member”.
I have then created a webform based on the existing doctype. The custom field is added to the webform.
When accessing the web form and attempting to enter data in the custom field, I click the pencil icon to add a row of information. A hidden “Name” field (presumably meant to be the row name) with the value “row 1” is displayed as the first member of the table. This field is not part of the “Family Member” fields. See screenshot.
How do I avoid displaying this “Name” field to the user filling out the web form? For all practical purposes, this field is “internal” use and has nothing to do with the user filling out information about the “Family Member” doctype.