{ "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('nome').value) == '' ) { alert('Questo campo è obbligatorio: Nome/Name'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('cognome').value) == '' ) { alert('Questo campo è obbligatorio: Cognome/Surname'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('societa').value) == '' ) { alert('Questo campo è obbligatorio: Societa\'/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('citta').value) == '' ) { alert('Questo campo è obbligatorio: Citta\'/City'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('cap').value) == '' ) { alert('Questo campo è obbligatorio: CAP/Postal Code'); return false; } // Gestione controllo sui valori dei campi if( !CheckNumber(document.getElementById('cap'), false, true) ) return false; // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('nazione').value) == '' ) { alert('Questo campo è obbligatorio: Stato/Country'); 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('assenso_dati').value) == '' ) { alert('Questo campo è obbligatorio: I dati verranno utilizzati da Piacenza Expo SpA per l’elaborazione di studi, ricerche statistiche e invio di future comunicazioni sulle edizioni successive di questa manifestazione (scegli opzione) / The data will be used by Piacenza Expo SpA for the elaboration of studies, statistical research and sending future communications on the next editions of this event (choose option)'); return false; } // Per richiamare un oggetto memorizzato dal JSON usare nome_oggetto + "_save" js_formpdf_1653_10_1240_save.invio_mail(); }, "selectIndex": function(name, obj) { document.getElementById('txt_' + name + '_index').value = obj.selectedIndex; }, "invio_mail": function() { var strDati = ''; strDati = strDati + '
'; strDati = strDati + 'Oggetto: ' + document.getElementById('oggetto').value + '
'; strDati = strDati + 'Registrati per ottenere via email il tuo pass gratuito d\'ingresso a AQUAWATT 2024/ Register to get your free admission pass to AQUAWATT 2024 via email
'; strDati = strDati + 'Nome/Name: ' + document.getElementById('nome').value + '
'; strDati = strDati + 'Cognome/Surname: ' + document.getElementById('cognome').value + '
'; strDati = strDati + 'Societa\'/Company: ' + document.getElementById('societa').value + '
'; strDati = strDati + 'Attivita\' svolta/Company\'s activity: ' + document.getElementById('attivita_svolta').value + '
'; strDati = strDati + 'Indirizzo/Address: ' + document.getElementById('indirizzo').value + '
'; strDati = strDati + 'Citta\'/City: ' + document.getElementById('citta').value + '
'; strDati = strDati + 'Provincia/District: ' + document.getElementById('prov').value + '
'; strDati = strDati + 'CAP/Postal Code: ' + document.getElementById('cap').value + '
'; strDati = strDati + 'Stato/Country: ' + document.getElementById('nazione').value + '
'; strDati = strDati + 'Tel: ' + document.getElementById('telefono').value + '
'; strDati = strDati + 'Email: ' + document.getElementById('email').value + '
'; strDati = strDati + 'I dati verranno utilizzati da Piacenza Expo SpA per l’elaborazione di studi, ricerche statistiche e invio di future comunicazioni sulle edizioni successive di questa manifestazione (scegli opzione) / The data will be used by Piacenza Expo SpA for the elaboration of studies, statistical research and sending future communications on the next editions of this event (choose option): ' + document.getElementById('assenso_dati').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('6LcA9TQpAAAAALSDBj-lA8KqQSZdgrXqLoonAfqg', {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_1653_10_1240).controllo(); }); }); } }
Modulo Pre-Registrazione Visitatori AQUAWATT 2024
Registrati per ottenere via email il tuo pass gratuito d'ingresso a AQUAWATT 2024/ Register to get your free admission pass to AQUAWATT 2024 via email
*Nome/Name
*Cognome/Surname
*Societa'/Company
Attivita' svolta/Company's activity
*Indirizzo/Address
*Citta'/City
Provincia/District
*CAP/Postal Code
*Stato/Country
AFGHANISTAN
ALAND ISLANDS
ALBANIA
ALGERIA
AMERICAN SAMOA
ANDORRA
ANGOLA
ANGUILLA
ANTARCTICA
ANTIGUA AND BARBUDA
ARGENTINA
ARMENIA
ARUBA
AUSTRALIA
AUSTRIA
AZERBAIJAN
BAHAMAS
BAHRAIN
BANGLADESH
BARBADOS
BELARUS
BELGIUM
BELIZE
BENIN
BERMUDA
BHUTAN
BOLIVIA
BOSNIA AND HERZEGOVINA
BOTSWANA
BOUVET ISLAND
BRAZIL
BRITISH INDIAN OCEAN TERRITORY
BRUNEI DARUSSALAM
BULGARIA
BURKINA FASO
BURUNDI
CAMBODIA
CAMEROON
CANADA
CAPE VERDE
CAYMAN ISLANDS
CENTRAL AFRICAN REPUBLIC
CHAD
CHILE
CHINA
CHRISTMAS ISLAND
COCOS ISLANDS
COLOMBIA
COMOROS
CONGO
CONGO THE DEMOCRATIC REPUBLIC OF THE
COOK ISLANDS
COSTA RICA
COTE D'IVOIRE
CROATIA
CUBA
CYPRUS
CZECH REPUBLIC
DENMARK
DJIBOUTI
DOMINICA
DOMINICAN REPUBLIC
ECUADOR
EGYPT
EL SALVADOR
EQUATORIAL GUINEA
ERITREA
ESTONIA
ETHIOPIA
FALKLAND ISLANDS
FAROE ISLANDS
FIJI
FINLAND
FRANCE
FRENCH GUIANA
FRENCH POLYNESIA
FRENCH SOUTHERN TERRITORIES
GABON
GAMBIA
GEORGIA
GERMANY
GHANA
GIBRALTAR
GREECE
GREENLAND
GRENADA
GUADELOUPE
GUAM
GUATEMALA
GUERNSEY
GUINEA
GUINEA-BISSAU
GUYANA
HAITI
HEARD ISLAND AND MCDONALD ISLANDS
HONDURAS
HONG KONG
HUNGARY
ICELAND
INDIA
INDONESIA
IRAN
IRAQ
IRELAND
ISLE OF MAN
ISRAEL
ITALY
JAMAICA
JAPAN
JERSEY
JORDAN
KAZAKHSTAN
KENYA
KIRIBATI
KOREA NORTH
KOREA SOUTH
KUWAIT
KYRGYZSTAN
LAO
LATVIA
LEBANON
LESOTHO
LIBERIA
LIBYAN ARAB JAMAHIRIYA
LIECHTENSTEIN
LITHUANIA
LUXEMBOURG
MACAO
MACEDONIA
MADAGASCAR
MALAWI
MALAYSIA
MALDIVES
MALI
MALTA
MARSHALL ISLANDS
MARTINIQUE
MAURITANIA
MAURITIUS
MAYOTTE
MEXICO
MICRONESIA
MOLDOVA
MONACO
MONGOLIA
MONTENEGRO
MONTSERRAT
MOROCCO
MOZAMBIQUE
MYANMAR
NAMIBIA
NAURU
NEPAL
NETHERLANDS
NETHERLANDS ANTILLES
NEW CALEDONIA
NEW ZEALAND
NICARAGUA
NIGER
NIGERIA
NIUE
NORFOLK ISLAND
NORTHERN MARIANA ISLANDS
NORWAY
OMAN
PAKISTAN
PALAU
PALESTINIAN
PANAMA
PAPUA NEW GUINEA
PARAGUAY
PERU
PHILIPPINES
PITCAIRN
POLAND
PORTUGAL
PUERTO RICO
QATAR
REUNION
ROMANIA
RUSSIAN FEDERATION
RWANDA
SAINT HELENA
SAINT KITTS AND NEVIS
SAINT LUCIA
SAINT PIERRE AND MIQUELON
SAINT VINCENT AND THE GRENADINES
SAMOA
SAN MARINO
SAO TOME AND PRINCIPE
SAUDI ARABIA
SENEGAL
SERBIA
SEYCHELLES
SIERRA LEONE
SINGAPORE
SLOVAKIA
SLOVENIA
SOLOMON ISLANDS
SOMALIA
SOUTH AFRICA
SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS
SPAIN
SRI LANKA
SUDAN
SURINAME
SVALBARD AND JAN MAYEN
SWAZILAND
SWEDEN
SWITZERLAND
SYRIAN ARAB REPUBLIC
TAIWAN
TAJIKISTAN
TANZANIA
THAILAND
TIMOR-LESTE
TOGO
TOKELAU
TONGA
TRINIDAD AND TOBAGO
TUNISIA
TURKEY
TURKMENISTAN
TURKS AND CAICOS ISLANDS
TUVALU
UGANDA
UKRAINE
UNITED ARAB EMIRATES
UNITED KINGDOM
UNITED STATES
UNITED STATES MINOR OUTLYING ISLANDS
URUGUAY
UZBEKISTAN
VANUATU
VATICAN CITY
VENEZUELA
VIETNAM
VIRGIN ISLANDS BRITISH
VIRGIN ISLANDS U.S.
WALLIS AND FUTUNA
WESTERN SAHARA
YEMEN
ZAMBIA
ZIMBABWE
Tel
*Email
*I dati verranno utilizzati da Piacenza Expo SpA per l’elaborazione di studi, ricerche statistiche e invio di future comunicazioni sulle edizioni successive di questa manifestazione (scegli opzione) / The data will be used by Piacenza Expo SpA for the elaboration of studies, statistical research and sending future communications on the next editions of this event (choose option)
Acconsento/I agree
Non acconsento/I don't agree
*Sono interessato in qualita' di visitatore/I am concerned as a visitor
Informativa sul trattamento dei dati personali ai sensi dell'art. 13 del Regolamento (UE) n. 2016/679. Ai sensi e per gli effetti dell'art. 13 del Regolamento (UE) n. 2016/679 del Parlamento Europeo e del Consiglio del 27 aprile 2016 relativo alla protezione delle persone fisiche con riguardo al trattamento dei dati personali, nonché alla libera circolazione di tali dati e che abroga la direttiva 95/46/CE, denominato anche General Data Protection Regulation (di seguito "GDPR"), La informiamo che i dati personali da Lei volontariamente messi a disposizione di Piacenza Expo spa saranno oggetto di trattamento nel rispetto della vigente normativa in materia di protezione dei dati personali e, comunque, dei principi di riservatezza cui è ispirata l'attività della Società. Maggiori dettagli sono disponibili sul sito www.piacenzaexpo.it nella sezione "Società Trasparente".
Information on the processing of personal data pursuant to Article 13 of Regulation (EU) No. 2016/679. Pursuant to and in accordance with Article 13 of Regulation (EU) no. 2016/679 of the European Parliament and of the Council of April 27, 2016 on the protection of individuals with regard to the processing of personal data and on the free movement of such data and repealing Directive 95/46/EC, also referred to as the General Data Protection Regulation (hereinafter "GDPR"), we inform you that the personal data you voluntarily make available to Piacenza Expo spa will be processed in compliance with the current legislation on the protection of personal data and, in any case, with the principles of confidentiality that inspire the Company's activity. More details are available on the website www.piacenzaexpo.it in the "Transparent Company" section.
Per compilare il form rimangono
minuti.