Hi,Once you have got the value of the selected radio then you can write the value back into an item which has a callout button rendered beside it using the parent frame ,accessing the item and setting the value in that item.Code will something like this :-var pFrame = top.opener.parent.getScriptFrame();pFrame.IWDatacapture.getItem(itemName).setValue(SelectedRadioValue);Thanks,Natasha.