FilamentF
Filamentβ€’3y ago
mtzdev

Auto save form

Hey guys πŸ‘‹ , in our legacy system we have the following functionality:

when the user enters a form, he already creates a record in the database with the status of "Draft", and so the user can leave and finish sending later, the status only changes when sending through the submit button.
How could I develop this same functionality in Filament?
In pure PHP we use jquery and AJAX, but in Laravel I got a little lost.
If anyone can help me with this part I would be very grateful. 🀟
Was this page helpful?