Can't mount existing data
I have a filament form that basically updates a user's info from MySQL. The data can post and save with no issues but I cannot pull specific tables to fill.
How can you map this?
Form: https://hasteb.in/pWukGVdaEgNub1o
Ideally, when they go to edit profile, it should pull their user data and fill. The table also contains other user info like permissions but has those fields.
1 Reply
Solution
You need to supply the data you want to fill to
$this->form->fill()