Webform element label

Created on 14 April 2025, 13 days ago

Hi all,
I've a webform with element type label (YAML: '#type': label) and settings there's the possibility to exclude from webform submission, so its export.
I temporary solved forcing

    $element_types = [
      'markup',
      'container',
      'fieldset',
      'webform_wizard_page',
      'processed_text',
      'webform_actions',
      'webform_flexbox',
      'hidden',
      'webform_terms_of_service',
      'webform_message',
      'value',
      'webform_variant',
      'label',
    ];

in CompleteWebFormExporterController.php and WebformSubmissionsExporterAction.php similar to https://www.drupal.org/project/complete_webform_exporter/issues/3500286 🐛 Empty columns label Active

Obviusly there's a better and robust way than mine....

Thanks!!

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇮🇹Italy antonio.bertolini

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024