Zoek resultaten

				
					<script>
jQuery(document).ready(function($){
   $(document).on('submit_success', function(){
      setTimeout(function(){
         elementorProFrontend.modules.popup.closePopup({}, true);
      }, 2000); // 2000 ms = 2 seconden
   });
});
</script>