Issue:
When creating a NEW field and putting in it a long string (+100 chars) it will fail to create, aparently because of slug.
When creating a NEW field and putting in it a short string (-100 chars) it will create it correctly. As the slug has been correctly created then you can edit the label and set it longer than 100 chars
How to reproduce?
Create a new form, go to fields. Add a field with a long label (+100 chars), set it's type, try to save. Data error rises.
How to avoid?
Create a new form, go to fields. Add a field with a short label (-100 chars), set it's type, save, edit, change label to long string (+100 chars), save. Done
Issue: When creating a NEW field and putting in it a long string (+100 chars) it will fail to create, aparently because of slug. When creating a NEW field and putting in it a short string (-100 chars) it will create it correctly. As the slug has been correctly created then you can edit the label and set it longer than 100 chars
How to reproduce? Create a new form, go to fields. Add a field with a long label (+100 chars), set it's type, try to save. Data error rises.
How to avoid? Create a new form, go to fields. Add a field with a short label (-100 chars), set it's type, save, edit, change label to long string (+100 chars), save. Done
Fix proposal:
I can do a PR if you want. Your call