I'm setting up a questionnaire and I have some details questions for folks to answer. The problem I'm running into is the component name has a character limit of some kind. How do I make the character limit longer or unlimited? I saw an issue for this for the 5.x version of Webform, but nothing for 6.x, so I've filed this ticket.
Comments
Comment #1
golemz commentedHi Ray,
I just ran into this problem myself. I've noticed that if you simply accept the truncated component name, then 'edit' it, it lets you extend the name there. It then shows up in its full form on the 'form components' configuration page. I haven't yet tested the submitted results from the form, but if they are truncated there I will post further.
Hope this helps.
Comment #2
quicksketchYep, the full name limit is 255 characters, though the machine name is capped at 128 characters. Since the machine name is based on the original entry, it's also limited at 128 characters.
Comment #3
quicksketch