Josh Crawford
Josh Crawford
Yep great idea (originally from https://github.com/verbb/formie/issues/160) and there's some things we'll need to think about, such as dealing with multiple variants. But maybe to keep it simple for the moment,...
Yep, this change was via https://github.com/verbb/formie/issues/928 and I'm not sure if including both is going to be a backwards step for users who would prefer the label. So the options...
Yep, I can get behind that as an appropriate option!
Added 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.10", "...": "..." } ``` Then run `composer...
Added in [2.0.11](https://github.com/verbb/formie/releases/tag/2.0.11)
Added 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...
Added in [2.0.10](https://github.com/verbb/formie/releases/tag/2.0.10)
Related to https://github.com/verbb/formie/issues/825 and https://github.com/verbb/formie/issues/943 which was originally to address a similar issue, where users wanted to add the source of a dropdown, plus adding a number. But because the...
There are now [JS events](https://verbb.io/craft-plugins/formie/docs/developers/javascript-api#calculations-fields) that should be a good way to provide this functionality. There are two events you'll want to use: The `beforeEvaluate` event to modify the variables...
So firstly, general Twig functionality isn't supported for a Hidden field at the moment (and probably never will), but you can indeed select some things like other field values or...