We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44fd190 commit b0536b9Copy full SHA for b0536b9
README.md
@@ -71,9 +71,11 @@ protected function createComponentMultistepForm() : \Infinityloop\MultistepForm\
71
### Options
72
73
- setDefaults(array)
74
- - set default values for your form, all steps at once
+ - default values for your form, all steps at once
75
- addFactory(callable, ?string)
76
- first argument is factory function from which the form is created
77
- second argument is custom template path
78
- the standard `{control form}` is used if no template is specified for current step
79
- in custom template you can manualy render each step using `{form form} ... {/form}`
80
+- setSuccessCallback(callable)
81
+ - callback where values from all steps are sent after submitting last step
0 commit comments