4,756 views
If you want to handle your form made only in HTML, this video is for you. ???????? Do you want to be my friend on social media? ???????? ✅ LinkedIn: / samuel-gon%c3%a7alves-822648129 ✅ Instagram: / samuelgoncalves.tech ✅ GitHub: https://github.com/fgsamuel ✅ Twitter: / samuel_f_g Separation to make your life easier: 0:00 Introduction 1:26 Basic structure used 2:04 Creating the form in HTML 2:44 Placing dynamic url from the name 3:33 Protecting with CSRF 3:58 Creating the fields and submit 6:35 Receiving the form post in the view 9:35 Placing data validation in the view 11:33 Sending errors back to the template 14:25 What to do when the data has been validated 15:51 Keeping the data in the fields in case of error 17:28 Displaying the html of the message only when it exists 19:53 Important final considerations