Josh Crawford
Josh Crawford
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.11", "...": "..." } ``` Then run `composer...
Added for the next release. To get this early, change your `verbb/formie` requirement in `composer.json` to: ``` "require": { "verbb/formie": "dev-craft-3 as 1.6.13", "...": "..." } ``` Then run `composer...
Added in [1.6.14](https://github.com/verbb/formie/releases/tag/1.6.14)
This is tricky in practice, because when you load the page it'll show _all_ submissions for the source you've selected in the sidebar, but these are paginated. You might have...
Nice feature request! I think my preference might be to add "Use Autocomplete" setting for a Dropdown field, which when also setting to "Allow Multiple" provides the usual multi-select behaviour...
First I've heard of these settings for emails! I think they're pretty advanced for even tech-savvy clients, so we might want to hide them under Advanced > Headers or something...
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.11", "...": "..." } ``` Then run `composer...
Added in [2.0.12](https://github.com/verbb/formie/releases/tag/2.0.12)
When you say they lose their position, is this when turning the plugin off or on? I can see the sidebar settings are lost, and will see what I can...
Related to https://github.com/verbb/formie/issues/265 > When viewing a specific form, a tab could be added to the interface (Relations? Form Usage?) that lists all relations to the form, with a link...