PHPackages                             spooner-web/fluid-form-elements - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. spooner-web/fluid-form-elements

ActiveTypo3-cms-extension[Templating &amp; Views](/categories/templating)

spooner-web/fluid-form-elements
===============================

Easy to use fluid form elements for Extbase/Fluid usage

1.0.0(8y ago)16GPL-2.0+PHPPHP ^7.0 || ^7.1

Since Feb 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/spoonerWeb/fluid_form_elements)[ Packagist](https://packagist.org/packages/spooner-web/fluid-form-elements)[ Docs](http://typo3.org)[ RSS](/packages/spooner-web-fluid-form-elements/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Fluid Form Elements
===================

[](#fluid-form-elements)

This is a TYPO3 extension which simplifies the usage of the Fluid form view helpers.

Installation
------------

[](#installation)

`composer require spooner-web/fluid-form-elements`

Why using these view helpers?
-----------------------------

[](#why-using-these-view-helpers)

Are you tired of collecting the same records for your select again and again?
Do you manage your labels for BE and FE twice?
Do you copy/paste your template around the form elements?

Now these times are over. With Fluid Form Elements you:

- can set your own template wrapping the form elements
- can use the built-in Bootstrap templates (default and horizontal)
- get all records by the repository for your select automatically (based on the given property)
- get the label determined automatically on the general label `tablename.fieldname`
- can set the Bootstrap grid classes to use in horizontal form (default is col-sm-3/col-sm-9)

Usage
-----

[](#usage)

After installation, the extension uses the namespace `ffe` globally.
You are able to set the wanted template (currently default and horizontal Bootstrap form) in the extension configuration.
Then you can start directly in your extension by using the new view helpers.

### Examples of usage

[](#examples-of-usage)

1. By using the textfield view helper `` you get the Bootstrap template ```
    div class="form-group">
