Josh Crawford

Results 1030 comments of Josh Crawford

Might have something to do with: ``` $submission->phoneNumber->country = $countryIsoMap[$phoneNumber->country]; ``` Which isn't the correct way to set element field values in Craft 4. ``` $phoneNumber = $submission->phoneNumber; $phoneNumber->country =...

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

So that will have changed since, as Formie 2 uses the `formie.php` translation category, so everything Formie-translatable will be in that file.

@jornwildenbeest No update, it's a massive task, but some of the prep work has been started in Formie 3. You can expect it in Formie 4, which is a long...

Did you mean to close this? Certainly on our list to do!

Ah, gotcha. I may take over that similar to https://github.com/verbb/formie-headless, but regardless, we certainly want to provide an npm package for Formie to make things easier for devs!

It'll be tackled after our Formie 3 major update, as we're pretty busy with that, so a few months away. With any luck, and if we have time, we might...

Yeah, good call on being able to disable the setting being editable as well, I can work that in.

Fixed in [3.0.3](https://github.com/verbb/field-manager/releases/tag/3.0.3)

Yeah, so Neo (and other fields that use already-existing fields) pose a bit of an issue for Field Manager, because it expects it to bundle both the Neo field and...