Form Control Property complex element

The form control property element contains the configuration information for an individual control. Each control is specified with an attribute named type. Each type of control has a specific node composition and set of elements.

You can find details of each control below.

Syntax

The general structure of the parent node of the complex elements contains the element FormControlProperties with the type attribute specifying the control. Note that the element contains a namespace declaration.


<d2p1:FormControlProperties xmlns:d2p1="http://schemas.datacontract.org/2004/07/Nintex.Forms.SharePoint.FormControls" i:type="d2p1:AttachmentFormControlProperties">
</d2p1:FormControlProperties>

            

Form Control Properties by Type

The following topics contain the list of elements for each control type. Each control is specified by the type attribute. Controls are also labeled with a display name and control type ID that uses a Guid.

Type Display Name Control Type ID
AttachmentFormControlProperties Attachments Control 5f8b447a-4195-485b-9a04-477d7f24be73
BooleanFormControlProperties Yes/No c0a89c70-0781-4bd4-8623-f73675005e04
ButtonFormControlProperties Save and Submit c0a89c70-0781-4bd4-8623-f73675005e09
CalculationFormControlProperties Calculated Value c0a89c70-0781-4bd4-8623-f73675005e17
ChangeContentTypeFormControlProperties Change Content Type ff9f65fe-f979-4312-a35b-50f0d3769069
ChoiceFormControlProperties Choice c0a89c70-0781-4bd4-8623-f73675005e02
DataAccessFormControlProperties SQL Request 7733d5bf-11c6-4bdc-a430-79c3065a796c
DateTimeFormControlProperties Date/Time c0a89c70-0781-4bd4-8623-f73675005e03
ExternalDataColumnControlProperties External Data Column c0a89c70-0781-4bd4-8623-f73675005e21
FrameFormControlProperties Page Viewer c0a89c70-0781-4bd4-8623-f73675005e13
GeoLocationFormControlProperties Geolocation c0a89c70-0781-4bd4-8623-f73675005e19
HtmlFormControlProperties Rich Text c0a89c70-0781-4bd4-8623-f73675005e07
HyperlinkColumnFormControlProperties Hyperlink a0c89d70-0781-4bd4-8623-a73675005a05
ImageFormControlProperties Image c0a89c70-0781-4bd4-8623-f73675005e08
LabelFormControlProperties Label c0a89c70-0781-4bd4-8623-f73675005e00
LineFormControlProperties Border c0a89c70-0781-4bd4-8623-f73675005e11
ListItemFormControlProperties List Item 2c285c16-d4e6-49eb-8a6a-d9aa41e9e71b
ListViewFormControlProperties List View 4420d111-8869-49bb-8685-c1b6cdec4873
MultiLineTextBoxFormControlProperties Multi Line Textbox c0a89c70-0781-4bd4-8623-f73675005e06
PanelFormControlProperties Panel c0a89c70-0781-4bd4-8623-f73675005e14
PeoplePickerFormControlProperties People c0a89c70-0781-4bd4-8623-f73675005e12
RepeaterFormControlProperties Repeating Section c0a89c70-0781-4bd4-8623-f73675005e16
SharePointLookupFormControlProperties List Lookup c0a89c70-0781-4bd4-8623-f73675005e15
TaxonomyFormControlProperties Managed Metadata b612705d-96ee-4824-90e2-4f37ee78a36c
TextBoxFormControlProperties1 Single Line Textbox c0a89c70-0781-4bd4-8623-f73675005e05
ViewWorkflowFormControlProperties Workflow Diagram 2212c7db-a29d-4666-86dd-14e8ad4b3fc9
WebServiceFormControlProperties Web Request aeada2b6-24ad-46e2-894f-562c2a01d38a

Related information

Form XML Complex Elements