Skip to content
(function($){
var lastVin = '';
$(document).on('click','.ask-question-btn',function(){
lastVin = $(this).data('vin') || '';
});
$(window).on('elementor/popup/show:3114',function(){
$('#elementor-popup-modal-3114')
.find('input[name="form_fields[vin]"]')
.val(lastVin);
});
})(jQuery);