formie
formie copied to clipboard
Add section for forms showing "usage" - which entries/elements are using the form
It's be handy to be able to see where a form is being used across the site.
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 to view that element in the CMS.
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 update.
Added in 2.0.10