עמוד הבית » Elementor #32208
[ays_quiz id=’2′]
document.addEventListener("DOMContentLoaded", function() {
var timePerQuestion = 30; // Time per question in seconds var formId = "gform_171"; // Replace with your Gravity Form ID
var currentPage = 1; var maxPages = jQuery("#" + formId + " .gform_page").length; var timer;
function startTimer(duration, display) { var timer = duration, minutes, seconds; countdown = setInterval(function () { minutes = parseInt(timer / 60, 10); seconds = parseInt(timer % 60, 10);
minutes = minutes < 10 ? "0" + minutes : minutes; seconds = seconds < 10 ? "0" + seconds : seconds; display.textContent = minutes + ":" + seconds; if (--timer < 0) { clearInterval(countdown); goToNextPage(); } }, 1000); } function goToNextPage() { if(currentPage < maxPages) { jQuery("#" + formId + " .gform_next_button").click(); currentPage++; } else { jQuery("#" + formId).submit(); // Submit the form at the last page } } jQuery(document).bind('gform_page_loaded', function(event, formId, current_page){ currentPage = current_page; clearInterval(countdown); // Clear existing timer // Start a new timer var display = document.querySelector('#time'); // Element to display the timer startTimer(timePerQuestion, display); }); // Initialize timer on form load var display = document.querySelector('#time'); // Element to display the timer startTimer(timePerQuestion, display); });
מדיניות פרטיות – מדטון בע”מ ומדטון קמעונאות בע”מעודכן לאחרונה בתאריך 17 ספטמבר 2025