
Copie dei contratti idonee alla stipula dei principali prodotti intermediati
Metafin srl
Agente in attivitá finanziaria - Iscrizione OAM N. A11633
P. Iva 01998970766 - REA N. RM-1571241
Sede Legale Via A. Salandra, 18 00187 Roma
Sede Operativa Vi Cavour 68 85100 Potenza
Tel 0971 283471 - PEC: metafinsrl@legalmail.it
Metafin S.r.l. è legata da un rapporto contrattuale di monomandato con Dynamica Retail S.p.A. (interm. Iscr. All’Albo degli intermediari finanziari ex art. 106 TUB, al N. 181) a cui il consumatore può discrezionalmente rivolgersi per svolgere attività di istruttoria del prestito, per la definizione dei relativi rapporti contabili ed ogni altra attività afferente esclusivamente la conclusione dell’affare.
info@metafinprestiti.it | Informativa privacy web | informativa cliente
jQuery(document).ready(function () { $("#contact_submit").on('click', function(e) { //alert('sdfsdfsdf'); var isValids = true; e.preventDefault(); $('.validation').each(function() { if ($.trim($(this).val()) == '') { isValids = false; $(this).css({ "border": "1px solid red", "background": "#FFCECE" }); } else { $(this).css({ "border": "", "background": "" }); } }); if (isValids == false){ e.preventDefault(); } else{ var cognome=$('#contact_cognome').val(); if($('#agree').prop("checked") == true){ //alert(email); var filter = /^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([\w-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/; $("#contact_submit").attr("disabled", "disabled"); var nome=$('#contact_nome').val(); var importo=$('#contact_importo').val(); var telefono=$('#contact_telefono').val(); //alert('nome='+nome+'cognome='+cognome+'importo='+importo+'telefono='+telefono+'agree='+agree); //alert(file_attach); var m_data = new FormData(); m_data.append( 'adlogin', "quick"); m_data.append( 'nome',nome); m_data.append( 'importo',importo); m_data.append( 'cognome',cognome); m_data.append( 'telefono',telefono); $.ajax({ url:'contact.php', dataType: 'html', data: m_data, processData: false, contentType: false, type: 'post', success: function(datas){ $('#contact_nome').val(''); $('#contact_cognome').val(''); $('#contact_importo').val(''); //$('#home_subject').val(''); $('#contact_telefono').val(''); $('#contact_us_form').html('<p class="target_h3">Grazie per averci scritto... </p>'); // window.setTimeout(function(){location.reload()},5000); } }); }else{ $('#contact_cognome').css({"border": "1px solid red","background": "#FFCECE"}); $('#contact_nome').css({"border": "1px solid red","background": "#FFCECE"}); $('#contact_importo').css({"border": "1px solid red","background": "#FFCECE"}); $('#contact_telefono').css({"border": "1px solid red","background": "#FFCECE"}); $('#agree').css({"outline": "2px solid red","background": "#FFCECE"}); } //window.setTimeout(function(){$( "#target" ).submit();},3000); } if($('#agree').prop("checked") == false){ $('#agree').css({"outline": "2px solid red","background": "#FFCECE"}); } if($('#agree').prop("checked") == true){ $('#agree').css({"outline": "","background": ""}); } }); });