© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Can replicateAction be used with a form ? - Filament
F
Filament
•
15mo ago
•
1 reply
3rgo
Can replicateAction be used with a form ?
I would like to use the TableAction ReplicateAction
, but I need my user to update some of the fields on the new model
(in my case date fields
)
.
I have tried to add a
->form([ ... ])
->form([ ... ])
, and the fields appear properly and everything
, but when it
's saved
, my form content is ignored
. I have tried implementing the
beforeReplicaSaved
beforeReplicaSaved
method
, but it cannot evaluate
$form
$form
or
$state
$state
.
Anyone know what I can do
? Otherwise I
'll create a custom action but I
'd rather not if I can use the built
-in one
. Thanks
!
!
!
Filament
Join
A powerful open-source UI framework for Laravel • Build and ship apps & admin panels fast with Livewire
20,181
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Can searchable be used with lazy()?
F
Filament / ❓┊help
2y ago
Can Tabs be used as a (multi) widget?
F
Filament / ❓┊help
3y ago
ReplicateAction in bulkActions
F
Filament / ❓┊help
14mo ago
ReplicateAction Not Showing
F
Filament / ❓┊help
2y ago