getting parent relationship in form
I have a form that's creating a relationship, but I need to get a reference to the parent record and I can't seem to do it.
I need to get a reference to the
location
for this particular page, which is the parent record of the above. I've tried using Get $get
, I've tried referencing the Request since the ID I need is in the URL, but because it's just a livewire update call, the request doesn't help me.4 Replies