# UI.InputGroup Data

## 1. Description

This input is different from the others because it doesn't add an input type to the UI.MultipleInputForm++ forms. It was only designed to let you visually group inputs on the form in order to give your users a better understanding of the different "sections" of inputs. &#x20;

![](https://238629208-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LO8n4ithPJG3iCqU7ir%2F-LODN7qHeEkRfRNYRjCS%2F-LODPfMbnB0Qly7_L-Vv%2Fimage.png?alt=media\&token=5e4bc735-826e-4f3c-a47d-eeb6683cc974)

## 2. Inputs

* **GroupTitle (optional):**\
  This input allows you to add a title to your group of inputs.

![](https://238629208-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LO8n4ithPJG3iCqU7ir%2F-LODN7qHeEkRfRNYRjCS%2F-LODQ-4xKXRTE0LMRnB9%2Fimage.png?alt=media\&token=6c4dd941-c340-40df-9173-c46d68ce8b0d)

* **Inputs:**\
  This is where you need to feed all the inputs you wish to group together on the form. The inputs must be joined in a list (using List.Create).&#x20;

![](https://238629208-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LO8n4ithPJG3iCqU7ir%2F-LODN7qHeEkRfRNYRjCS%2F-LODQWu9-oyJU2HiQ6W-%2Fimage.png?alt=media\&token=c49678a7-1e16-41d7-83df-52231d3e4079)

## 3. Output

The InputGroup input type doesn't return any output of its own. It does'nt have any concequence on the way inputs are returned by UI.MutipleInputForm++.

![](https://238629208-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LO8n4ithPJG3iCqU7ir%2F-LODN7qHeEkRfRNYRjCS%2F-LODRPsDF0LvakCNpJ1P%2Fimage.png?alt=media\&token=f0bcd249-b5c7-4338-ab64-fbf011260f4b)

## Tips & Tricks

The node will only take a list of items to group so if you are trying to group a single input you need to add a List.Create after the input you are trying to group and the UIInputGroup Data
