Issue on Select Field with a second level relation.
Hi i write a simple Select with second level relation, and when i go to submit he give me this error
10 Replies
what kind of relationship?
many to many, sorry
i tried right now, but still not working...
I've seen the docs before asking π
media.tags is going through and the media isn't hasn't been set... you need to set the media_id
but I think what you really want is to select the media then have tags within the media it's self? which means you should use two relationships.
Provide the full code ideally.
i think i can't use like this?
Looks like it should work if you have a media_id in the form
Nope, the text input media_id is filled
Solution
it works
THANKSSSSSSS