Unlock this challenge:
In this video, we fixed our forms by making them respond with a 422 status code when they fail. Which of the following explains why we do this?
We do this to avoid an error by Turbo where it says that "form submits should redirect to another location".
We do this to better conform to HTTP standards since our code was incomplete in this regard.
We do this to show a nice new feature of Symfony regarding forms, where it can handle different status codes in different situations.
All of the above.