webform version 6.0.5
Hi there!
Am I completly missing the point of default properties in form elements?
I’m trying to set a default regex pattern to email elements and change the title display to all elements, so I have hooked into webform_element_default_properties_alter in order to pre-fill in the form when adding a new email element, this gives the opportunity to change it if we need too, but have that default there for the inevitable scenario where the form builder just skips past everything.
However this is not showing when the webform is rendered.
Am I totally missing something here?
Thanks!