F
Filament2y ago
Abi

Any Laravel Events triggered when a Form is shown or Modal is opened when using FormBuilder/Actions

I am using the standalone Formbuilder and Standalone actions, are there any events triggered when the form builder modal or actions modal are triggered? I want to track these options for audit purposes. Anyway to do it?
8 Replies
Abi
AbiOP2y ago
Even if they are Livewire events, I can use them trying to find if there are any docs for this
bwurtz999
bwurtz9992y ago
It might be slightly different than you envisioned, but I recently implemented this accountant package for auditing purposes
bwurtz999
bwurtz9992y ago
I believe (but am not certain) that the retrieved event would be fired when the modal is opened You would need to modify the default config to allow for the recording of the retrieved event
Abi
AbiOP2y ago
@bwurtz999 thank you, but this package wouldn't help because the form and actions I use are standalone and not part of the admin panel. So the retreived event would not be helpful in this case.
bwurtz999
bwurtz9992y ago
You're probably right Have you looked into global settings?
bwurtz999
bwurtz9992y ago
I wonder if maybe you could set a global configuration that runs when it is rendered

Did you find this page helpful?