Closed
Description
Hi guys!
See symfony/symfony#12333 (comment).
Basically, I think we should consider updating the best practice to use form_start
and form_end
. While I think rendering <form
manually is "simpler" in some ways, it's also error-prone (getting out of sync with the method you setup in your form, forgetting the enctype).
What do others think?