XperienceCommunity.FormsToolkit
1.0.0-beta.4
dotnet add package XperienceCommunity.FormsToolkit --version 1.0.0-beta.4
NuGet\Install-Package XperienceCommunity.FormsToolkit -Version 1.0.0-beta.4
<PackageReference Include="XperienceCommunity.FormsToolkit" Version="1.0.0-beta.4" />
<PackageVersion Include="XperienceCommunity.FormsToolkit" Version="1.0.0-beta.4" />
<PackageReference Include="XperienceCommunity.FormsToolkit" />
paket add XperienceCommunity.FormsToolkit --version 1.0.0-beta.4
#r "nuget: XperienceCommunity.FormsToolkit, 1.0.0-beta.4"
#:package XperienceCommunity.FormsToolkit@1.0.0-beta.4
#addin nuget:?package=XperienceCommunity.FormsToolkit&version=1.0.0-beta.4&prerelease
#tool nuget:?package=XperienceCommunity.FormsToolkit&version=1.0.0-beta.4&prerelease
Forms Toolkit for Xperience by Kentico
Description
Xperience Community Forms Toolkit is an open-source collection of practical form extensions for Xperience by Kentico. It provides secure CSV, Excel, and XML exports for form submissions, bulk and filtered submission removal, and a native administration action for cloning forms without copying submissions or runtime integrations.
The project is developed and maintained by Andres Villenas at SimpleA. APIs and behavior may change before the first stable release.
Requirements
Library Version Matrix
| Xperience Version | Library Version |
|---|---|
| 30.11.0 or newer | 1.0.0-beta.4 |
The package is build-verified through 31.7.2 and runtime smoke-tested on 31.1.2. Newer releases may work but require compatibility validation. See the compatibility policy.
Dependencies
Package Installation
Add the package to your application using the .NET CLI:
dotnet add package XperienceCommunity.FormsToolkit --version 1.0.0-beta.4
Register the toolkit and its packaged administration extension:
builder.Services.AddFormsToolkit();
// Later, while mapping endpoints:
app.MapControllers();
Form cloning is enabled by default. To hide the Clone form action while keeping the submission export features enabled, configure the toolkit during registration:
builder.Services.AddFormsToolkit(options =>
{
options.EnableFormCloning = false;
});
Grant the Export form submissions and/or Delete form submissions permissions to the appropriate administration roles, then find the corresponding actions under Forms → selected form → Submissions. Users with Xperience's Forms Create permission can use Clone form from each row on the Forms listing.
Full Instructions
View the Usage Guide for detailed instructions as features become available.
Contributing
Instructions for contributing to this project are available in CONTRIBUTING.md.
Maintainers can find the versioning and publishing procedure in the Release Process.
License
Distributed under the MIT License. See LICENSE.md and
THIRD-PARTY-NOTICES.md for more information.
Support
This project is maintained by Andres Villenas and SimpleA. It is not an official Kentico product and is not covered by Kentico product support.
Report problems through the repository's GitHub issues.
| 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
- Kentico.Xperience.Admin (>= 30.11.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-beta.4 | 48 | 8/21/2026 |
| 1.0.0-beta.3 | 60 | 8/10/2026 |
| 1.0.0-beta.2 | 51 | 8/7/2026 |