formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

[Feature Suggestion] Let users know when they've hit the MySQL character limit. #760

Open BoredFishRE opened 3 years ago

BoredFishRE commented 3 years ago

One thing I noticed (and it broke the whole form) was when you hit the char limit for a field, it doesn't say "You have hit the char limit", instead it just goes along with it but in the MySQL database it'll put it in as something like "col_11". It's annoying and to fix it you have to go to formtools, edit that line so it matches what's in the database, then delete it. And then you have to go into the database and manually delete that line.