SyntaxFix
Write A Post
Hire A Developer
Questions
document.forms[ 'forms1' ].onsubmit = function() { return [].some.call( this.elements, function( el ) { return el.type === 'radio' ? el.checked : false } ) }
Just something out of my head. Not sure the code is working.