Custom Page Forms Function Didn't Work
Hello everyone. I have a custom page and I want to run the form method inside this page. Right now I can enter my custom page and display the title but I cannot display the form. I wonder how can I solve this problem?
2 Replies
Well, yes. Pages are livewire components, so you have to add a few things to make it work. You can find more information here:
https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component
Thanks