').html(label +' ist ein Pflichtfeld')); } if (e[i].error === 'min') { ge.append(jQuery('
').html(label +' ist zu kurz')); } if (e[i].error === 'max') { ge.append(jQuery('').html(label +' ist zu lang')); } if (e[i].error === 'wrong_email_format') { ge.append(jQuery('').html('Ungültiges E-Mail Format')); } if (e[i].error === 'wrong_country') { ge.append(jQuery('').html('Ungültiges Land')); } jQuery('[name='+e[i].field+']').parents('.form-group').addClass('has-error'); } } Samera.initialize({ hotel: '83cc81c6', language: 'de', on: { 'Cart.ItemAdded': function(o) { }, 'Inquiry.Error': sameraFormValidationHandler, 'Booking.Error': sameraFormValidationHandler, 'Booking.PayError': '', 'Inquiry.Created': '', 'Booking.Prepared': '', 'Voucher.Error': sameraFormValidationHandler, 'Voucher.PreviewCreated': function(response) { jQuery("#preview").attr('src', response.data.url).show(); } }, render: { }, 'dust': { filter: { } }, overlay: { colors: { main: '5c7d93' } } });