Require Login/Register to Execute Action
I have a public page (Livewire component) with a Filament form:
I wish to submit this form and execute some code after the user logs in or registers...
The flow would be:
I wish to submit this form and execute some code after the user logs in or registers...
The flow would be:
- Fill out the form
- Click the submit button
- Register or Login
- Use that user recently created or logged user to execute some code