Append another form field?
How do you append another field before saving?
I'd like to append the selected domain to email before it gets saved but I'm not sure how to do it.
Solution:Jump to solution
In a Panel, I think I would use a Page lifecycle like
afterSave()
https://filamentphp.com/docs/3.x/panels/resources/editing-records#lifecycle-hooks...3 Replies
Is this in a Panel or with a custom form?
Solution
In a Panel, I think I would use a Page lifecycle like
afterSave()
https://filamentphp.com/docs/3.x/panels/resources/editing-records#lifecycle-hooksThanks for pointing me to the correct path π