# ImgButton - Image button - Extended HUB

## ImgButton (imgbutton)

[![image-1590504886026.gif](https://docs.intalioservices.com/uploads/images/gallery/2020-05/DnRJlojSKfNxcCJH-image-1590504886026.gif)](https://docs.intalioservices.com/uploads/images/gallery/2020-05/DnRJlojSKfNxcCJH-image-1590504886026.gif)

The "ImgButton" mechanism allows you to create graphic buttons. You can use them to create e.g. another dashboard in the style "from general to specific".

If your system is going to have a lot of forms, you can create a lot of dashboards with buttons that will direct you to the next dashboards.

<p class="callout info">This element may or may not have a picture.</p>

*Example:*

```JSON
{
  "size": "s12 m4",
  "type": "imgbutton",
  "id": "ImgButton3",
  "otrs_visible": "all",
  "label": " ",
  "validate": [
    "required"
  ],
  "hidden": false,
  "image": "/static/img/bus/fuel_cell.jpg",
  "title": " ",
  "description": "Description 3",
  "redirect": "FuelCellConsultations.json",
  "redirect_text":"Go"
}	
```

### image

Image url. The image may be on the server or somewhere outside the server.

<p class="callout info">Remember that all additional elements must be in the static directory, only then they will be available at the url.</p>

### title

Text displayed on the button.

### description

The description that will be displayed above the redirection button.

### redirect

The address to which you want to redirect.

<p class="callout info">Here you can enter the file name of the next form e.g. "example1.json".</p>

### redirect\_text

Text displayed on the redirection button.

### The rest of the available parameters:

<p class="callout info">This field supports all parameters with ["Attributes available for each field".](https://docs.intalioservices.com/books/dynamic-forms---installation-and-administrators-guide/page/attributes-available-for-each-field "Attributes available for each field")</p>

###  