mutateFormDataBeforeFill Method for Create #2511
intrepidws
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
@intrepidws Couldn't you use a model event/hook for this instead? |
Beta Was this translation helpful? Give feedback.
2 replies
-
You can use do this by first registering a Relationship Manager and then using Closure to fill default value of form field like this
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It might be helpful to have a
mutateFormDataBeforeFill()
method when creating a new record. My use case: I have a system with exhibitors and registrants and I want to have the ability to create a new registrant for an exhibitor, where some of the new registrant data is pre-filled from the exhibitor record.Beta Was this translation helpful? Give feedback.
All reactions