symfony-docs
symfony-docs copied to clipboard
[Form] form add extra data
The getExtraData function exist long time ago, I don't know which version I should base this pull request.
The
getExtraDatafunction exist long time ago, I don't know which version I should base this pull request.
You can use 6.4 as it's the oldest maintained branch.
We should probably also document that one needs to enable the allow_extra_fields option so that the validation does not error with the extra data given.
What's missing from this PR ? What can I do to help ?