Contatti
Parliamo đ Non esitare a raggiungerci tramite le informazioni di contatto riportate di seguito o inviarci un messaggio utilizzando il modulo.
Inviaci un messaggio
( 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);
}
}
}
} )();
document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );