[Solved] Extracting values in repeated elements from a repeater

@yisrael-wix

Actually, I’m planning to make it like that, but then, I can’t separate them.
So my code is this…

$w( “#rptr” ).forEachItem(($item)=>{
$w( “#submit” ).onClick(()=>{
console.log($item( “#radioButton” ).value);
})
})