ℹ In this recording I show you how to create and submit a form in Symfony. You'll need forms of some kind in pretty much any application you build so here I cover all the essentials including how to protect your application with frontend / backend validation and security against cross site request forgery.
🆓 Join garyclarke.tech for course DISCOUNTS and a FREE Docker + PHP course (worth $49)
https://www.garyclarke.tech
👇Follow me on Social Media:
Twitter: https://twitter.com/garyclarketech
Linkedin: https://www.linkedin.com/in/garyclarketech
💕Show support:
https://www.paypal.com/donate/?hosted_button_id=YYGDXMG8B6N9N
Chapters:
3:24 - Creating a form for your entity
4:40 - adding stuff to your Form
5:10 - working in Controllers (but why didn't you use make:controller for this?)
6:40 - Sending the form to the template
8:10 - including/showing the formin your template
9:04 start of validation
10:00: Submission handling