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);
})
})
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);
})
})