How to allow form submission on CustomPages?
I have this custom page the displays some prefilled values but I also wanted to create a data in this custom page
I get this error after submitting the form

4 Replies
Are you event using a Filament Form?!
No this is a custom page
You can still use a Form on a Custom Page.
If you don't use a Filament Form, that questions isn't really Filament related. You either should use Livewire for Form submission or register a Laravel Controller.
Thanks for that I'll consider using form then