- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$('#ls_frame').contents().find("*:not(.submit)").attr("onclick",''); $('#ls_frame').contents().find(".submit[value='Speichern'],.saveall").hide(); $('#ls_frame').contents().find("#movesubmitbtn").hide(); $('#ls_frame').contents().find("input[type='text']").attr("readonly",true); $('#ls_frame').contents().find("input[type='radio']:not(:checked)").hide().after('O'); $('#ls_frame').contents().find("input[type='checkbox']:not(:checked)").hide().after('O'); $('#ls_frame').contents().find("input[type='checkbox']:checked").hide().after('X'); $('#ls_frame').contents().find("input[type='radio']:checked").hide().after('X');