---
title: "Deprecation: #69371 - ext:Form element IMAGEBUTTON"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-69371"
source: "Changelog/7.5/Deprecation-69371-DeprecateFormElementImagebutton.rst"
typo3-version: "7.5"
typo3-major: 7
type: "deprecation"
issue: 69371
forge: "https://forge.typo3.org/issues/69371"
tags: ["PHP-API", "TypoScript", "ext:form"]
rendered: "2026-09-19T12:12:50+00:00"
---

# Deprecation: #69371 - ext:Form element IMAGEBUTTON {#deprecation-69371}

See [forge#69371](https://forge.typo3.org/issues/69371)

## Description {#description}

Form element `IMAGEBUTTON` of class `TYPO3CMSFormDomainModelElementImagebuttonElement` has been marked as deprecated.
The related attribute `scr` of class `TYPO3CMSFormDomainModelAttributeSrcAttribute` has been marked as deprecated.

## Impact {#impact}

The element `IMAGEBUTTON` should not be used any longer because it is outdated and will be removed with TYPO3 CMS 8.

## Affected Installations {#affected-installations}

All installations which use the form element `IMAGEBUTTON`.
All installations which use a form typoscript like this:

```typoscript
10 = IMAGEBUTTON
10 {
	label = Image button
	src = /typo3conf/ext/someExt/some/picture.png
	value = value
}
```

## Migration {#migration}

No Migration is planned.
