{ "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('testata').value) == '' ) { alert('Questo campo è obbligatorio: Testata / Press'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('tessera_giornalistica').value) == '' ) { alert('Questo campo è obbligatorio: Numero Tessera Giornalistica / Journalist Card Number'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('nome_cognome').value) == '' ) { alert('Questo campo è obbligatorio: Nome e Cognome / Full Name'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('email').value) == '' ) { alert('Questo campo è obbligatorio: E-mail'); return false; } // Gestione controllo sui valori dei campi if( !checkEmail2(document.getElementById('email')) ) return false; // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('telefono').value) == '' ) { alert('Questo campo è obbligatorio: Cell / Mobile'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('citta').value) == '' ) { alert('Questo campo è obbligatorio: Città / City'); return false; } // Per richiamare un oggetto memorizzato dal JSON usare nome_oggetto + "_save" js_formpdf_1465_10_1237_save.invio_mail(); }, "selectIndex": function(name, obj) { document.getElementById('txt_' + name + '_index').value = obj.selectedIndex; }, "invio_mail": function() { var strDati = ''; strDati = strDati + 'Testata / Press: ' + document.getElementById('testata').value + '
'; strDati = strDati + 'Numero Tessera Giornalistica / Journalist Card Number: ' + document.getElementById('tessera_giornalistica').value + '
'; strDati = strDati + 'Nome e Cognome / Full Name: ' + document.getElementById('nome_cognome').value + '
'; strDati = strDati + 'E-mail: ' + document.getElementById('email').value + '
'; strDati = strDati + 'Cell / Mobile: ' + document.getElementById('telefono').value + '
'; strDati = strDati + 'Città / City: ' + document.getElementById('citta').value + '
'; strDati = strDati + 'Manifestazione/Exhibition: ' + document.getElementById('manifestazione').value + '
'; strDati = strDati + 'Sono interessato in qualità di: ' + document.getElementById('interessato').value + '
'; 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 la TESSERA D\'INGRESSO PERSONALE per la fiera. Confermare l\'operazione?\nThe data will be used to create your entrance TICKET. Do you confirm?') ) { document.getElementById('frm_formpdf').submit(); } }, "check_reCaptcha": function() { grecaptcha.ready(function() { grecaptcha.execute('6Lc5jOQkAAAAACHiEgjXeurRlkcwh23blvTtxE_2', {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_1465_10_1237).controllo(); }); }); } }
Accredito Stampa - Press Form
*Testata / Press
*Numero Tessera Giornalistica / Journalist Card Number
*Nome e Cognome / Full Name
*E-mail
*Cell / Mobile
*Città / City
*Sono interessato in qualita' di visitatore.
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 Fiera dei Vini and treated in compliance with privacy policy about protection of personal Data.