Skip to content

Commit 43cb6c1

Browse files
author
Matthias Schmidt
committed
Add info on when to add data processors to forms
1 parent b3e3174 commit 43cb6c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/php/api/form_builder/validation_data.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ When `FormDocument` creates its `FormDataHandler` instance, it automatically reg
7171
!!! warning "`IFormDataProcessor` should not be implemented directly. Instead, `AbstractFormDataProcessor` should be extended."
7272

7373
!!! info "All form data is put into the `data` sub-array so that the whole `$parameters` array can be passed to a database object action object that requires the actual database object data to be in the `data` sub-array."
74+
75+
!!! info "When adding a data processor to a form, make sure to add the data processor after the form has been built."
7476

7577

7678

0 commit comments

Comments
 (0)