Steps in CreateAction sets only last steps formData
When submitting the form and inspecting the
before()
methods $data
only the data from the last step is set, resulting in failed inserts as the data from first step is required. Am I using a relation manager, but this should not be any issue I guess.
In the below example $data['milk']
does not exist in before()
0 Replies