Josh Crawford
Josh Crawford
Is this when making a submission from the front-end? What's the Display Type for the field? Is the date field required?
Thanks for confirming. Should be fixed for the next release. To get this early, run `composer require verbb/formie:"dev-craft-5 as 3.0.8"`.
Fixed in [3.0.9](https://github.com/verbb/formie/releases/tag/3.0.9)
I'm probably a little hesitant to add something browser-dependent like visibility, but I'll consider it!
Yes, I suppose you're right. Just so I'm clear - you'd want a method to be able to essentially say "I want to show this field if this other field...
Updated in [2.2.0](https://github.com/verbb/formie/releases/tag/2.2.0) and [3.1.0](https://github.com/verbb/formie/releases/tag/3.1.0).
My only issue with using the [intl-tel-input](https://intl-tel-input.com/) internationalisation is that languages are tree-shaken, and that in order to make the given language dynamic, we would need to load in every...
If anything, it'll probably be the goal to use Craft's/Formie's static translations which are probably already ready for things like country names. It'll just be figuring out how to supply...
Yep, aware of that. We'll have to construct our own for a specific language (the one you configure the field to use), rather than bundle them all at the JS...
Still looking into options for this, sorry!