belsignum/form-range

Adds a Range (input type=range) form element for TYPO3 EXT:form with FormEditor support.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:JavaScript

Type:typo3-cms-extension

dev-main 2025-09-24 20:02 UTC

This package is auto-updated.

Last update: 2025-09-24 20:02:46 UTC


README

This extension adds a Range (input type="range") form element to TYPO3’s Form Framework and ships a tiny ES module to display the current slider value next to the input.

Works with TYPO3 v12.4 (primary) and is prepared for v13.

Contents

Features

  • New FormEditor element type: Range → renders <input type="range">
  • Uses your own FE partial (Resources/Private/Frontend/Partials/Range.html)
  • Proper BE stage tile (label/required) using the core’s stage template
  • Lightweight ESM for live value display next to the slider

Requirements

  • PHP 8.3+
  • TYPO3 12.4.x (tested), prepared for 13.x
  • EXT:form installed/enabled

Installation

Composer

composer require belsignum/form-range

Classic (copy)

Copy the extension to typo3conf/ext/form_range and activate it in the Extension Manager.

The extension auto-imports a tiny TypoScript snippet to wire the Form YAML (FE + BE). No manual static include required.

After installation, clear all caches and reopen the Form module. You should find Range (Slider) under the Inputs group.

License

MIT