{ "controllo": function() { var arr_est = new Array(); arr_est[0] = '.jpg$'; arr_est[1] = '.jpeg$'; arr_est[2] = '.gif$'; arr_est[3] = '.tif$'; arr_est[4] = '.tiff$'; arr_est[5] = '.xls$'; arr_est[6] = '.xlsx$'; arr_est[7] = '.doc$'; arr_est[8] = '.docx$'; arr_est[9] = '.pdf$'; arr_est[10] = '.png$'; if(jQuery(".chkbox input")[0]) { var chk = 0; var inputs = jQuery(".chkbox input"); for(var i = 0; i < inputs.length; i++) { if(jQuery(inputs[i]).prop( "checked" )){ chk = 1; } } if(jQuery('#branc_altro').val() != '') chk = 1; if(chk == 0) { alert('form.chk.alert'); return false; } } var mail = jQuery('#email'); var mail_conf = jQuery('#mail_conf'); if(mail.length && mail_conf.length && mail.val() != mail_conf.val()){ alert('form_pdf.mail.error'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('ditta').value) == '' ) { alert('Questo campo è obbligatorio: Ditta/Company'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('indirizzo').value) == '' ) { alert('Questo campo è obbligatorio: Indirizzo/Address'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('telefono').value) == '' ) { alert('Questo campo è obbligatorio: Telefono/Telephone'); return false; } // Gestione controllo sui valori dei campi if( !CheckTelefono(document.getElementById('telefono'), false, true) ) return false; // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('email').value) == '' ) { alert('Questo campo è obbligatorio: Email'); return false; } // Gestione controllo sui valori dei campi if( !checkEmail2(document.getElementById('email'), false, false, '') ) return false; // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('nome').value) == '' ) { alert('Questo campo è obbligatorio: Nome Responsabile in Fiera/Name of the responsible person at the exhibition'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('recapito').value) == '' ) { alert('Questo campo è obbligatorio: Recapito telefonico/Mobile phone'); return false; } // Gestione controllo sui valori dei campi if( !CheckTelefono(document.getElementById('recapito'), false, true) ) return false; // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('automezzo').value) == '' ) { alert('Questo campo è obbligatorio: Automezzo/Vehicle type/brand'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('targa').value) == '' ) { alert('Questo campo è obbligatorio: Targa/Licence plate'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('allestitore').value) == '' ) { alert('Questo campo è obbligatorio: Allestitore per conto dell’Espositore/Stand builder on behalf of the Exhibitor'); return false; } // Per richiamare un oggetto memorizzato dal JSON usare nome_oggetto + "_save" js_formpdf_1118_10_1173_save.invio_mail(); }, "selectIndex": function(name, obj) { document.getElementById('txt_' + name + '_index').value = obj.selectedIndex; }, "invio_mail": function() { var strDati = ''; strDati = strDati + 'Oggetto: ' + document.getElementById('oggetto').value + '
'; strDati = strDati + 'Compilando il seguente modulo, riceverai via e-mail un documento PDF con il tuo PASS, sul quale sono stampati i tuoi dati ( Azienda, Targa automezzo etc.). Un solo documento da stampare, portare con sé e utilizzare all’INGRESSO della FIERA per l’allesitimento e lo smontaggio.
After completing the following form, you will receive a PDF document with your PASS by e-mail, on which your data is printed (Company, Vehicle Plate, etc.). Only one document to be printed, carry with you and use at the show entrance for setting-up and dismantling time.
'; strDati = strDati + 'Ditta/Company: ' + document.getElementById('ditta').value + '
'; strDati = strDati + 'Indirizzo/Address: ' + document.getElementById('indirizzo').value + '
'; strDati = strDati + 'Telefono/Telephone: ' + document.getElementById('telefono').value + '
'; strDati = strDati + 'Fax: ' + document.getElementById('fax').value + '
'; strDati = strDati + 'Email: ' + document.getElementById('email').value + '
'; strDati = strDati + 'Nome Responsabile in Fiera/Name of the responsible person at the exhibition: ' + document.getElementById('nome').value + '
'; strDati = strDati + 'Recapito telefonico/Mobile phone: ' + document.getElementById('recapito').value + '
'; strDati = strDati + '
Automezzo Presente in fiera/Vehicle accessing the showgrounds
'; strDati = strDati + 'Automezzo/Vehicle type/brand: ' + document.getElementById('automezzo').value + '
'; strDati = strDati + 'Targa/Licence plate: ' + document.getElementById('targa').value + '
'; strDati = strDati + 'Allestitore per conto dell’Espositore/Stand builder on behalf of the Exhibitor: ' + document.getElementById('allestitore').value + '
'; strDati = strDati + '
'; document.getElementById('dati').value = strDati; if( !document.getElementById('privacy').checked ) { alert('Bisogna accettare le clausole relative al trattamento dei dati personali.\nWe must accept the terms governing the processing of personal data.'); return; } if( confirm('I dati saranno usati per creare il pass per la fiera. Confermare l\'operazione?\nThe data will be used to create your entrance pass. Do you confirm?') ) { document.getElementById('frm_formpdf').submit(); } }, "check_reCaptcha": function() { grecaptcha.ready(function() { grecaptcha.execute('6LcIpncbAAAAAH9YIXuy_K-HKpfLO3P63qHv8X1e', {action: 'submit'}).then(function(token) { // Add your logic to submit to your backend server here. document.getElementById('g-recaptcha-response').value = token; loadJSON(document.getElementById('frm_formpdf').js_formpdf_1118_10_1173).controllo(); }); }); } }
Pass Mezzi Allestitore / Stand Builder Vehicles Pass
hidden
Compilando il seguente modulo, riceverai via e-mail un documento PDF con il tuo PASS, sul quale sono stampati i tuoi dati ( Azienda, Targa automezzo etc.). Un solo documento da stampare, portare con sé e utilizzare all’INGRESSO della FIERA per l’allesitimento e lo smontaggio.
After completing the following form, you will receive a PDF document with your PASS by e-mail, on which your data is printed (Company, Vehicle Plate, etc.). Only one document to be printed, carry with you and use at the show entrance for setting-up and dismantling time.
*Ditta/Company
text
*Indirizzo/Address
text
*Telefono/Telephone
text
Fax
text
*Email
text
*Nome Responsabile in Fiera/Name of the responsible person at the exhibition
text
*Recapito telefonico/Mobile phone
text
Automezzo Presente in fiera/Vehicle accessing the showgrounds
*Automezzo/Vehicle type/brand
text
*Targa/Licence plate
text
*Allestitore per conto dell’Espositore/Stand builder on behalf of the Exhibitor
text
Sono interessato in qualita' di visitatore/I am interested as a visitor/exhibitor..
Con la compilazione e l'invio del presente Form acconsento al trattamento dei dati qui forniti per l'invio di materiale informativo sulle iniziative della mostra come da informativa privacy. / The data provided will be included in the data banks of Fiera GIS EXPO and treated in compliance with privacy policy about protection of personal Data.
Patrocini Istituzionali GIS 2023
Media Partner GIS 2023