WeareFormBuilderBundle has the logic to create and store dinamic forms in database. this Bundle is no ready yet but is funtional, i will work on traslations. Features
- Manage forms with its personalized fields
- Use SonataAdminBundle so it has implemente admins
- There is a block implemente to use with Cms
{
"require": {
"weare/form-builder": "dev-master"
}
}
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Weare\FormBuilderBundle\WeareFormBuilderBundle(),
);
}
Now that the bundle is configured, the last thing you need to do is update your database schema because you have added the new entities, Run the following command.
$ php app/console doctrine:schema:update --force
I will continue working with the project if anyone has problem contact me.