How to use CreateAction while creating record
I want to use CreateAction using Modal for my record creation in resource manager. I dont want to use the existing form method in my main resource page. Unfortunately, I followed CreateAction document and applied in the CreateAction present in listing page. But it triggers the form present in the main resource page. Where I am
missing?
Solution:Jump to solution
Yes... I realised if you have CreatePage already created then CreateAction will never start first.
2 Replies
did you try overriding the the form using ->form() on it?
Solution
Yes... I realised if you have CreatePage already created then CreateAction will never start first.