Skip to content

Commit b0536b9

Browse files
authored
Update README.md
1 parent 44fd190 commit b0536b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,11 @@ protected function createComponentMultistepForm() : \Infinityloop\MultistepForm\
7171
### Options
7272

7373
- setDefaults(array)
74-
- set default values for your form, all steps at once
74+
- default values for your form, all steps at once
7575
- addFactory(callable, ?string)
7676
- first argument is factory function from which the form is created
7777
- second argument is custom template path
7878
- the standard `{control form}` is used if no template is specified for current step
7979
- 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

Comments
 (0)