Creating New Data via Form Widget
In this episode I'm going to show you how to create new model instance via October CMS form widget that we created in the previous two episodes.
First we created our form widget and then we made it work. And in this episode I’m going to show you how to create new Actor model instance when user types in the name of the actor that doesn’t already exists in our Actors table.
Also in this episode I’m going to show you how to debug AJAX requests that October CMS uses when saving data from the backend.