Josh Crawford

Results 1389 comments of Josh Crawford

There's nothing much we can do about this at the moment, sorry - It's down to the nature of MySQL. This will hopefully be addressed in future Craft versions (maybe...

`enableLargeFieldStorage` is indeed your best bet, which changes almost all fields to use non-varchar storage for field content. So there might be two issues at play. One is that you've...

`enableLargeFieldStorage` was only added in [2.0.21](https://github.com/verbb/formie/blob/craft-4/CHANGELOG.md#2021---2023-01-30)

Updated in [3.0.0](https://github.com/verbb/formie/releases/tag/3.0.0)

For now, this is largely unavoidable because the heading text is used as the name/label of the field. There's a limit to that column in the `fields` database table. We...

No plans to do this in the short-term, sorry. I might recommend using a HTML field with manual HTML for headings, if you need a longer-than 255 character heading. At...

Updated in [3.0.0](https://github.com/verbb/formie/releases/tag/3.0.0)

This is true for client-side validation, where classes are added with JS. I'll see what I can do.

Updated in [3.0.0](https://github.com/verbb/formie/releases/tag/3.0.0)