- Issue created by @mistrae
- Status changed to Closed: won't fix
about 2 years ago 4:10pm 17 April 2023 - πΊπΈUnited States jrockowitz Brooklyn, NY
The problem with autoincrementing is the element's key stops updating with the element's title.
For example, if someone duplicates a 'First name' (first_name) element and we change first_name to first_name_01, the user might want to change the title to 'Patient First Name' and want the element's key to automatically be 'patient_first_name'
This feature should not be added to the core webform module but should be possible with custom code or a dedicated contribs module.