Order SMART insights

Information about the issue

var checkboxes = document.getElementsByName("Language selection"); var element = checkboxes[0].form; var valid = false; element.onsubmit = function () { for (var i = 0; i < checkboxes.length; i++) { if (checkboxes[i].checked) { valid = true; break; } } if (valid) { document.getElementById("checkbox-error").style.display = "none"; } else { document.getElementById("checkbox-error").style.display = "block"; } return valid; }
var checkboxes = document.getElementsByName("Choice of volumes"); var element = checkboxes[0].form; var valid = false; element.onsubmit = function () { for (var i = 0; i < checkboxes.length; i++) { if (checkboxes[i].checked) { valid = true; break; } } if (valid) { document.getElementById("checkbox-error").style.display = "none"; } else { document.getElementById("checkbox-error").style.display = "block"; } return valid; }

(Click here for what’s inside each of the volumes)

Your details

Address

Interests and privacy

Privacy

Please review our Privacy Policy to find information about how we protect your privacy. This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.