Umbraco.Community.FormsFinder
1.0.2
dotnet add package Umbraco.Community.FormsFinder --version 1.0.2
NuGet\Install-Package Umbraco.Community.FormsFinder -Version 1.0.2
<PackageReference Include="Umbraco.Community.FormsFinder" Version="1.0.2" />
<PackageVersion Include="Umbraco.Community.FormsFinder" Version="1.0.2" />
<PackageReference Include="Umbraco.Community.FormsFinder" />
paket add Umbraco.Community.FormsFinder --version 1.0.2
#r "nuget: Umbraco.Community.FormsFinder, 1.0.2"
#:package Umbraco.Community.FormsFinder@1.0.2
#addin nuget:?package=Umbraco.Community.FormsFinder&version=1.0.2
#tool nuget:?package=Umbraco.Community.FormsFinder&version=1.0.2
Umbraco.Community.FormsFinder
Umbraco Forms Finder
This package uses Umbraco's internal index to quickly find all forms across your content.
It shows a list of each form and the pages where they're used, making it easy to track forms on your site. Perfect for Umbraco developers and content editors, this tool helps you manage forms by giving you a clear view of where they're being used, so you can keep everything organized.
The user only sees the forms they have access to, so you can be sure that the information is secure. Also if the user can't see the content the page is shown as red in the Backoffice so you can't navigate to it directly.
If you do have access to the forms and nodes you can visit the form by clicking the name. The link to the content will open in a new tab so you can easily navigate back to the list. And last you can see if the page is published or not. (keep in mind it doesn't know for sure the form is already online) but if somebody is gonna publish the page the form will be online that why we are showing the status.
Basic user showing forms and content <img alt="Basic user showing forms and content" src="https://github.com/JohanReitsma83/Umbaco.Community.FormsFinder/blob/contrib/v13/docs/formsfinder.png">
Installation
Add the package to an existing Umbraco website (v13+) from NuGet:
dotnet add package Umbraco.Community.FormsFinder
The package is pull and play, so install and you will see a dashboard in the forms section called Forms Finder. If you don't see any forms first check if you have edit access to the forms, and second rebuild the internal index.
Contributing
Contributions to this package are most welcome! Please read the Contributing Guidelines.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Umbraco.Cms.Web.BackOffice (>= 13.0.0)
- Umbraco.Cms.Web.Website (>= 13.0.0)
- Umbraco.Forms (>= 13.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.