Multiple Form Builder Edit
Created 7 years ago by edsterI need to combine 2 forms together to do an edit. How can I set the value for both?
edster
—
7 years ago
I need to allow a user edit there account email and display name, and there other profile information at the same time.
I have a multiple form builder created, and thought doing $multipleForm->render(Auth::user()->id);
would put both forms in edit mode, and populate the forms with current values to be updated, but that doesn't see to be the case.
Trying to figure out how to do this.
I think you do a setEntry on each form before adding to the multiple form.
I think .....