GenemuFormBundle
Extra Form : Captcha GD, Tinymce, Recaptcha, JQueryDate, JQueryAutocomplete, JQuerySlider, JQueryFile, JQueryImage
Install / Use
/learn @genemu/GenemuFormBundleREADME
⚠️ This project is not maintained anymore. If you're interested in maintaining it please get in touch with @genemu ⚠️
FormBundle
Installation
Installation is quick and easy, 3 steps process
- Install GenemuFormBundle
- Enable the bundle
- Initialize assets
Step 1: Install GenemuFormBundle
Run the following command :
$ composer require genemu/form-bundle "^4.0"
Step 2: Enable the bundle
Finally, enable the bundle in the kernel:
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Genemu\Bundle\FormBundle\GenemuFormBundle(),
);
}
Step 3: Initialize assets
$ php app/console assets:install web/
Form types
Select2 (view demo):
Captcha GD
ReCaptcha (Google library):
JQueryUi (download):
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 GenemuFormBundle 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 Symfony2 projects.
Related Skills
node-connect
342.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.7kCommit, push, and open a PR

