A Xperience by Kentico admin extension that adds a Clone form action to the Forms list in the administration UI. With a single click, editors can duplicate any existing BizForm — including its field definitions and settings — under a new display name, without having to recreate the form from scratch.
The clone dialog pre-fills the new form's display name as {original name} (copy) and requires the Create permission. The underlying database table for the cloned form is generated automatically with a unique name.
| Xperience Version | Library Version |
|---|---|
| >= 31.5.4 | 2.0.0 |
| >= 31.2.0 | 1.0.0 |
Install from NuGet:
dotnet add package XperienceCommunity.FormClone- Install the NuGet package.
- Register the services in
Program.cs:
builder.Services.AddXperienceCommunityFormClone();- Open the Xperience administration, navigate to Digital Marketing > Forms, and use the new Clone form action in the row actions of any form.
View the Usage Guide for more detailed instructions.
Instructions and technical details for contributing to this project can be found in Contributing Setup.
Distributed under the MIT License. See LICENSE.md for more information.