Hi,

I?m trying to take a value from a radio button. But I?m don?t getting.

I tried with a code, like that:

...
var frm = document.forms[0];
var item_label = frm.item_label.value;
insertCode = '<leandro>' + item_label + '</leandro>';
...

But I?m taking this value only: <leandro>undefined</leandro>

How to take?