-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Form] Add allow_extra_fields option on forms #8133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
What do you think, @bschussek ? |
+1 for this feature |
👍 |
2 similar comments
👍 |
+1 |
@bschussek ping |
👍 |
2 similar comments
+1 |
+1 |
@bschussek ping |
Seems nice and easy, 👍 |
@webmozart You should have a look at this =) |
+1 |
1 similar comment
👍 |
@webmozart I know I'm just another Salieri, but can you at least take a look at this? 😃 |
Yes this looks good! Sorry for the slow response, I missed this one. Will be merged in 2.6 (2.5 is feature frozen). |
@webmozart thanks :) |
Nice, waiting for this feature to be merged! +1 |
👍 |
Can somebody merge this please? Need this feature. |
👍 |
1 similar comment
👍 |
Thank you @felds. |
This PR was merged into the 2.5-dev branch. Discussion ---------- [Form] Add allow_extra_fields option on forms This is specially useful when creating different *nameless* GET forms on the same page (ex: pagination and search). Commits ------- c6f3dd6 add allow_extra_fields option
Finally! :D :D thanks @fabpot |
docs pr? |
…on (xabbuh) This PR was submitted for the master branch but it was merged into the 2.6 branch instead (closes #4084). Discussion ---------- [Book][Forms] describe the allow_extra_fields form option | Q | A | ------------- | --- | Doc fix? | no | New docs? | yes (symfony/symfony#8133) | Applies to | 2.6+ | Fixed tickets | #4082 Commits ------- 286d4f2 describe the allow_extra_fields form option
This is specially useful when creating different nameless GET forms on the same page (ex: pagination and search).