public access forms
Hello! First off, Filament is a fantastic framework that I am thoroughly enjoying.
I’m wondering if it’s possible to set up a panel entirely for a form for guests? For example, a contact form, a survey, or a ticket? The table would exist for logged in users, but the creation would only exist on the guest panel. The form would act as a registration of sorts and would redirect or show a success page when done.
1 Reply
Yes, you can use stand alone builder (table, form, etc) in TALL stack application. for more info read this https://filamentphp.com/docs/3.x/forms/installation and this also https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component
set up a panel entirely for a form for guests?You don't need panel anymore if it's for guest if you follow the links I sent above, also read livewire https://livewire.laravel.com/docs/quickstart