Can I get a form value outside the repeater?

I'm trying to use the 'fonecedor_id' value inside the repeater, but i don't know how i get this value. I need the value to insert in another table on my database
6 Replies
toeknee
toeknee2mo ago
$get('../../fonecedor_id')
cadimthesaint
cadimthesaintOP2mo ago
i tried this, but return the same error
No description
No description
toeknee
toeknee2mo ago
Check fillable on the model if you are sure you are adding in the id. Make sure where you are setting it, it returns the value
cadimthesaint
cadimthesaintOP2mo ago
all columns are fillable
No description
toeknee
toeknee2mo ago
So your code shows the mutate commented out... provide the code where you are getting the id to pass in.
cadimthesaint
cadimthesaintOP2mo ago
do you say where the id is being sent? If so, it is sent here:
No description

Did you find this page helpful?