Pass URL parameters to a CreateResource form inputs
Hi,
I'm currently building a widget to display donors who are missing a payment from their subscription on the dashboard. It's a table, and for each member I have a "Create a Payment" link.
For now, the link takes the admin to the create a payment form, but I'd like to populate the form fields using URL parameters, as such:
http://example.com/admin/payments/create?donorid=1&amount=50
Is there any way to do so in Filament?
I'm currently building a widget to display donors who are missing a payment from their subscription on the dashboard. It's a table, and for each member I have a "Create a Payment" link.
For now, the link takes the admin to the create a payment form, but I'd like to populate the form fields using URL parameters, as such:
http://example.com/admin/payments/create?donorid=1&amount=50
Is there any way to do so in Filament?
