Skip to content

Commit 4581d86

Browse files
committed
readme update
1 parent 42827b5 commit 4581d86

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Proof Of Concept (POC) Application
1+
# DynamicFormBundle Example
22
### for [zikula/dynamic-form-bundle](https://github.com/zikula/DynamicFormBundle)
33

44
1. `composer install`
@@ -8,12 +8,13 @@ Stop with `./stop.sh`
88

99
This is a _very basic_ Symfony application to show how to use [zikula/dynamic-form-bundle](https://github.com/zikula/DynamicFormBundle).
1010

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.
1414

1515
Some features
1616
- Translation is enabled
1717
- Custom FormType (HairColorType) is added to the formType list via EventSubscriber
1818
- CurrencyType is removed via same listener
1919
- Supported Locales provided via EventSubscriber
20+
- Form label groups are used and displayed in response and result templates

0 commit comments

Comments
 (0)