XperienceCommunity.FormsToolkit 1.0.0-beta.4

This is a prerelease version of XperienceCommunity.FormsToolkit.
dotnet add package XperienceCommunity.FormsToolkit --version 1.0.0-beta.4
                    
NuGet\Install-Package XperienceCommunity.FormsToolkit -Version 1.0.0-beta.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XperienceCommunity.FormsToolkit" Version="1.0.0-beta.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XperienceCommunity.FormsToolkit" Version="1.0.0-beta.4" />
                    
Directory.Packages.props
<PackageReference Include="XperienceCommunity.FormsToolkit" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add XperienceCommunity.FormsToolkit --version 1.0.0-beta.4
                    
#r "nuget: XperienceCommunity.FormsToolkit, 1.0.0-beta.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package XperienceCommunity.FormsToolkit@1.0.0-beta.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=XperienceCommunity.FormsToolkit&version=1.0.0-beta.4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=XperienceCommunity.FormsToolkit&version=1.0.0-beta.4&prerelease
                    
Install as a Cake Tool

Forms Toolkit for Xperience by Kentico

CI: Build and Test

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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