Click or drag to resize
IKenticoFormWidgetServiceGetExistingBizFormItem Method
Gets the existing form item for current contact.

Namespace: Kentico.Forms.Web.Mvc.Widgets.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
BizFormItem GetExistingBizFormItem(
	BizFormInfo formInfo
)

Parameters

formInfo
Type: CMS.OnlineFormsBizFormInfo
Form info under which the form item exists.

Return Value

Type: BizFormItem
See Also