File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- # Proof Of Concept (POC) Application
1
+ # DynamicFormBundle Example
2
2
### for [ zikula/dynamic-form-bundle] ( https://github.com/zikula/DynamicFormBundle )
3
3
4
4
1 . ` composer install `
@@ -8,12 +8,13 @@ Stop with `./stop.sh`
8
8
9
9
This is a _ very basic_ Symfony application to show how to use [ zikula/dynamic-form-bundle] ( https://github.com/zikula/DynamicFormBundle ) .
10
10
11
- This POC creates a * SurveyBuilder* . This application allows the site admin to create N surveys and then allows users to
12
- complete the created surveys and store the responses. Please be advised that this is a _ very_ bare-bones application
13
- with no css or form styling of any kind (it's very ugly) .
11
+ This application is a * SurveyBuilder* . It allows the site admin to create N surveys and then allows users to
12
+ complete the created surveys and store the responses. Please be advised that this is intentionally a _ very_ bare-bones
13
+ application with minimal modification from generated code .
14
14
15
15
Some features
16
16
- Translation is enabled
17
17
- Custom FormType (HairColorType) is added to the formType list via EventSubscriber
18
18
- CurrencyType is removed via same listener
19
19
- Supported Locales provided via EventSubscriber
20
+ - Form label groups are used and displayed in response and result templates
You can’t perform that action at this time.
0 commit comments