
( function () { const contact_forms = document.getElementsByClassName('contact-form'); for ( const form of contact_forms ) { form.onsubmit = function() { const buttons = form.getElementsByTagName('button'); for( const button of buttons ) { button.setAttribute('disabled', true); } } } } )(); Nombre(obligatorio) Correo electrónico(obligatorio) Sitio web Comentario(obligatorio) Enviar Δdocument.getElementById( "ak_js" ).setAttribute( "value", ( new Date() ).getTime() );