accessing create functions inside a custom filament page

How can I access(use) resource create functions such as mutateFormDataBeforeCreate and afterCreate
Solution
If it's a custom page there is no afterCreate() etc. because you have full control over the form. You need to implement the save logic yourself
Was this page helpful?