In this tutorial we will learn how to reuse same form for creating and updating content.
Continue readingTag: form validation
Forms? Keep the validation rules inside the model
As always, when talking about forms we also talk about validation. For a long time I’ve validated the forms inside the controllers because it is […]
Continue reading