I think how some label characters are converted to underscores for field keys could be a little smarter.
For example, one of my forms has the string "Program/Project" used in many labels, however on conversion to field key, it becomes just "programproject," where I think "program_project" (or even "program-project" if hyphens were allowed) would be better.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | webform_slash_to_underscore.patch | 2.44 KB | quicksketch |
Comments
Comment #1
quicksketchI've added slashes to the replacement pattern, they are now converted to underscores.
Comment #2
quicksketch