Quick question I'm unable to resolve... I have a radio button with values of yes or no.
Basically I'm doing this:
if (complete === '1') {
getElementById('test-radio').value('Yes')
}
But it's not setting this to yes, it's still defaulting as no...
Any advice on how I can make this work?