Placeholder component with relationship
I'm trying to show all the value when user creating invoice in the wizard. user name is not showing. How can I show invoice belong to user?
6 Replies
Placeholders don't resolve content like that when I last checked... I would do a content as you lready are? But make it live()?
In the wizard, user fill the form and finally show all the data in reviews wizard.
Is the record created at this point?
Yes
then, you could inject the
$record
and use $record->user->name
Wait sorry.
Before created