Blog

Nach oben scrollen
jQuery(document).on('elementor/popup/show', function(event, id, instance) { setTimeout(function() { var input = document.getElementById('form-field-email'); if(input) input.blur(); }, 200); // 200 ms reichen meist, ggf. erhöhen });