Is there a way to add fieldsets inside of a custom composite? Not looking to add anything repeatable, just simply group the fields together. This get’s the fieldset to show but I don’t know how to add fields as children. $ elements[‘grouped_fields’] = [ ‘#type’ => ‘fieldset’, ‘#title’ => t(‘Grouped Fields’) ];Read more