Set Repeater Data from Action Form
Hello - I am trying to generate a repeater from a form action.
The form opens but without the existing data. How do I specify the model for a Repeater when it is not a part of a traditional form? Thank you
5 Replies
->model() or ->fillUsing() ?
I've tried model and it doesn't seem to work
I've never heard of
fillUsing
before
I will give that a shotSolution
its fillForm
ah ok that makes more sense
That worked! Thank you!!!