Hi,
Im using javascript to generate custom checkbox options from external data reference. However when i run the survey there is no data being saved for the survey response. How do i ensure that data is being saved in the survey response?
The below code is being used to generate the radio button, what do i need to programmatically add to the generated html to capture information in survey response.
<input type="radio" name="QID11" value="">
Regards,