- Issue created by @antonio.bertolini
-
vishal.kadam →
committed a24cbe77 on 1.0.x
Issue #3519129: Webform element label
-
vishal.kadam →
committed a24cbe77 on 1.0.x
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!!
Active
1.0
Code
Issue #3519129: Webform element label