Download the PHP package folliked/form-bundle without Composer
On this page you can find all versions of the php package folliked/form-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download folliked/form-bundle
More information about folliked/form-bundle
Files in folliked/form-bundle
Package form-bundle
Short Description Extra form types for your Symfony projects
License MIT
Informations about the package form-bundle
This repository is abandoned and not maintained.
SHFormBundle
This package is a fork of GenemuFormBundle
If you want to migrate from GenemuFormBundle to SHFormBundle follow this document.
Installation
Installation is quick and easy, 3 steps process
- Install SHFormBundle
- Enable the bundle
- Initialize assets
Step 1: Install SHFormBundle
Run the following command :
Step 2: Enable the bundle
Finally, enable the bundle in the kernel:
Step 3: Initialize assets
Form types
Select2 (view demo):
View configuration
Captcha GD
View configuration
ReCaptcha (Google library):
View configuration
JQueryUi (download):
- Autocomplete
Plain
A Form type that just renders the field as a p tag. This is useful for forms where certain field need to be shown but not editable.
The type name is genemu_plain
.
Tips
Prototype usage within form collections
Template
You use SHFormBundle and you seen that it does not work!
Maybe you have forgotten form_javascript
or form_stylesheet
.
The principle is to separate the javascript, stylesheet and html. This allows better integration of web pages.
View a template example form view
Note
There are maybe some bugs in those implementations, this package is just an idea of form types which can be very useful for your Symfony projects.
All versions of form-bundle with dependencies
symfony/framework-bundle Version ^2.8 | ^3.0
symfony/form Version ^2.8 | ^3.0
twig/twig Version ^1.26 | ~2.0
symfony/doctrine-bridge Version ^2.8 | ^3.0
symfony/dependency-injection Version ^2.8 | ^3.0