Josh Crawford
Josh Crawford
Fixed in [3.0.10](https://github.com/verbb/formie/releases/tag/3.0.10)
For now, I'd recommend setting the `enableLargeFieldStorage` [configuration setting](https://verbb.io/craft-plugins/formie/docs/get-started/configuration) that will bump up the column to `TEXT`. However, what's a bit odd is that we already have this [handling](https://github.com/verbb/formie/blob/75c365c1f7fa6f5e25d4268ebdbe46b40208a673/src/fields/formfields/Phone.php#L91-L93) setup...
It's more of a hidden setting at the moment, as it's been removed in Formie 3 for Craft 5 (it's no longer required), but it's not going anywhere for Formie...
I don't believe there's been any changes since then, so you should be all good on that front. So that's odd behaviour. I've created a new form, and toggling on/off...
Right, so Phone fields are working now, but not Email fields. We have the [very same](https://github.com/verbb/formie/blob/503d823508ec35d72513f30aeb8feab2178a80d1/src/base/FormFieldTrait.php#L170-L178) handling setup for all fields, including an Email field, so I'm not sure what's...
Fixed for the next release. To get this early, run `composer require verbb/navigation:"dev-craft-5 as 3.0.6"`.
Updated in [3.0.7](https://github.com/verbb/navigation/releases/tag/3.0.7).
Great to add this to my radar on upcoming v3 stuff, certainly will add support for that, if possible given how events will support multiple start/end dates now.
Added in [3.0.0-beta.3](https://github.com/verbb/events/releases/tag/3.0.0-beta.3)
So that'll be due to Facebook removing `publish_to_groups`, which we addressed in [4.0.12](https://github.com/verbb/social-poster/blob/craft-4/CHANGELOG.md#4012---2024-08-11), and I'll note that's a bit behind the `3.0.2` release you're on (which doesn't exist, so maybe...