Josh Crawford
Josh Crawford
Duplicate of https://github.com/verbb/formie/issues/662 albeit with more detail (thanks). But it does also go hand-in-hand with more fine-grained permissions
There's no CSRF token enforcement for GraphQL mutations at this time, purely due to the fact we expect users to use GraphQL tokens (admittedly, the two aren't the same). But...
Added the ability to set min/max settings to offsets for today's date for days/weeks/months/years (and just be today). To get this early, change your `verbb/formie` requirement in `composer.json` to: ```...
Should be fixed in the latest `craft-4` branch, if you'd like to run `composer update` again.
Added in [2.0.10](https://github.com/verbb/formie/releases/tag/2.0.10)
At first glance, I did see this as a bug, but as you mention this might be more harmful opening this up. Personally, I would introduce a server-side event to...
Everything should be translatable at the moment. All strings are output [here](https://github.com/verbb/formie/blob/craft-3/src/translations/en/formie.php) and the community is more than welcome to translate these to contribute. Once some traction (sales) of Formie...
Yeah, this is on the longer-term roadmap. It just gets tricky as repeaters by nature have multiple collections of fields to contend with. For instance, being able to determine if...
Yeah, it's a known issue with some email clients using `base64` images, as you've discovered. I have some ideas, such as providing a controller action to proxy the request to...
Fixed/improved for the next release. To get this early, change your `verbb/formie` requirement in `composer.json` to: ``` "require": { "verbb/formie": "dev-craft-4 as 2.0.9", "...": "..." } ``` Then run `composer...