Working with forms
This section provides you with an overview of Forms Module API in Sitefinity and guides you through the common tasks when working with Forms Module.
The section contains the following:
To manage forms through Forms Module Native API, you must add the following namespaces to your class:
using Telerik.Sitefinity.Forms.Model;
using Telerik.Sitefinity.Modules.Forms;
using Telerik.Sitefinity.Modules.Forms.Web.UI.Fields;