function wyslijWiadomosc(id, formularz) {
var dane = $('#'+id).serialize();
var adres = 'https://www.systemdobip.pl/wyslij-wiadomosc.php?'+dane;
if (dane.length) {
$('input[name^='+formularz+']').removeClass('contact-form-input-error');
$('#'+id+'-wysylam-dane').show();
$('#'+id+'-wynik-ok').hide();
$('#'+id+'-wynik-blad').hide();
$.colorbox.resize();
$.ajax({
type: "GET",
url: adres,
dataType: "json",
success: function (data) {
if (typeof data.bledy != 'undefined') {
if (data.bledy.length > 0) {
wyslijWiadomoscBledy(id, data.bledy, formularz);
} else {
wyslijWiadomoscOK(id, formularz);
}
}
},
error: function (xhr, status, error) {
wyslijWiadomoscBrakPolaczenia(id);
}
});
}
return false;
}
function wyslijWiadomoscOK(id, dane, formularz) {
$('[name^='+formularz+']').removeClass('contact-form-input-error');
$('#'+id+'-wysylam-dane').hide();
$('#'+id+'-wynik-blad').hide();
$('#'+id+'-wynik-ok').html('Formularz został wysłany do firmy e-line Systemy Internetowe. W najbliższym czasie skontaktujemy się z Państwem.
Dziękujemy za zainteresowanie naszą ofertą.');
$('#'+id+'-wynik-ok').show();
$('li[id^="do-ukrycia"]').hide();
$.colorbox.resize();
}
function wyslijWiadomoscBledy(id, dane, formularz) {
$('[name^='+formularz+']').removeClass('contact-form-input-error');
//var tresc = 'Podczas próby wysłania formularza wystąpiły następujące błędy: