CraueFormFlowBundle
CraueFormFlowBundle copied to clipboard
Multi-step forms for your Symfony project.
I've to add new custom button with custom redirection in last step There is not way to overwrite your display button template and configure it so please update your code...
I came along with situation, when I want to start steps from 0 (first step will have number 0). For now, is there a possibility for that?
Sorry to reopen an issue on this subject (I saw the conversation on the issue #329) but i'm using autoconfigure and autowiring and I have the same issue. Events from...
Hello, my case is: Step1: Input Field with Integer of Number of Adults - min 1 - max 10 Step2-N: Dynamic Number of Steps, dependant on how many Adults you...
im added this to not render the back button, currently im add the class hidden to emulate the behaivor {% set renderBackButton = craue_formflow_button_render_back is defined ? craue_formflow_button_render_back : flow.getFirstStepNumber()...
Hi, I have a custom form type Foo::Type with unmapped values : ``` $builder ->add('propertyA', TextType::class) ->add('propertyB', ChoiceType::class, [ 'choices' => .... ]) ->add("propertyC", ChoiceType::class, [ 'choices' => .... 'mapped'...
Hi, After investigating, all fields in the current step that are not mapped (attribut `mapped => false`) are lost if I click on "previous" button. Example with only 2 steps...
This adds Gaufrette support to handle file uploads. Some improvements can be made, feel free to suggest any necessary changes. Solves #316
add step name to stepconfig is very useful in many places.