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.

CommentFileSizeAuthor
#1 webform_slash_to_underscore.patch2.44 KBquicksketch

Comments

quicksketch’s picture

Status: Active » Fixed
StatusFileSize
new2.44 KB

I've added slashes to the replacement pattern, they are now converted to underscores.

quicksketch’s picture

Title: Underscore Conversion » Convert slashes to underscores in key names

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.