Help with form outside Panel
I'm learning Filament / Laravel so apologies if it's a stupid question. I have bought the minimal theme; works great within the Panels but i want to create a simple page with just the form.
The form displays nicely but i'm missing some scripts
Here's my controller
The view:
and the service provider
10 Replies
what about
PublicAnamneseForm
component?
@LeandroFerreira sorry forgot that one
should I be adding fields in the $data array or something ?
I think you should add
->statePath('data')
to the form..
https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component#adding-the-form@LeandroFerreira Genius ! That was it !
Donw to one error now but i guess has nothing to do with it
yes, you need to verify where is it..
Somewhat points to
but i'll dig that one too. Thank you very much for your help; i wouldn't find it !