❗ This PHP library has been developed for
TYPO3 CMS and is intended to TYPO3 extension developers.
This repository hosts a full working example for the TYPO3 extension
Formz.
“Handle forms very easily with provided tools: TypoScript based validation, Fluid helpers, a whole JavaScript API, and more. Use pre-defined layouts for Twitter Bootstrap and Foundation to build good-looking forms in minutes. Need to build a basic form with only two fields? Need to build a huge registration form with dozens of fields? Use Formz, it will fulfill your needs!”
- Install Formz on your TYPO3 installation:
- With the TER: Formz on TER
- Or with Composer: Formz on Packagist
- Clone this Git repository in your extensions folder:
git clone https://github.com/romm/formz_example.git. - Install the extension
formz_example. - On a page in your TYPO3 page tree, insert a new content containing the provided plug-in (something like
Form example). - Include the following TypoScript static content on this page:
[Formz] Global configuration (formz)[Formz] View configuration for Twitter Bootstrap 3 (formz)[Formz] View configuration for Foundation 5 (formz)[Formz] Form example - Configuration (formz_example)