Skip to content

Repository containing an example for TYPO3 extension Formz.

License

Notifications You must be signed in to change notification settings

joniroutypo3/formz_example

 
 

Repository files navigation

Formz Formz Example

This PHP library has been developed for TYPO3TYPO3 CMS and is intended to TYPO3 extension developers.


This repository hosts a full working example for the TYPO3 extension Formz 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!”

Installation

  1. Install Formz on your TYPO3 installation:
  2. Clone this Git repository in your extensions folder: git clone https://github.com/romm/formz_example.git.
  3. Install the extension formz_example.
  4. On a page in your TYPO3 page tree, insert a new content containing the provided plug-in (something like Form example).
  5. 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)

About

Repository containing an example for TYPO3 extension Formz.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 47.1%
  • PHP 38.5%
  • TypeScript 14.1%
  • JavaScript 0.3%