Saving data on modal submission builder
I have this code but it's not saving the full form when I submit:
7 Replies
What is the full form.
@toeknee
I excluded the actual form - it's working to set the data outside, but ideally I don't want to have to hit save for the whole page since it's a bit annoying
What do you mean?
So the set is working from the action to the field in the actual form, but I want it to save the whole form on submit
I still need more context, when you click save / submit it will save the whole form? What isn’t happening
when I click submit, it doesn't seem to save the whole form but it does set the field, I want it to save the whole form
So it does save the whole form.... if yours isn't then we need to see the whole code.
You either haven't allowed fillable on the model for the fields to actually save
Or you are saving relationships and expecting to see that data in the action closure