grazie mille!!!![]()
ho aggiunto un altro controllo, così:
if (validity==false)
{ alert('Compilare tutti i campi, è obbligatorio!');
return false;
}
else {
if (!document.modulo.PRIVACY.checked) {
alert('Autorizzare il trattamento...!');
return false;
}else{
return true;
}
}
![]()

Rispondi quotando