Troubleshooting Common Forminator Quiz Display and Submission Issues
Content
Forminator is a powerful tool for creating engaging quizzes, but users sometimes encounter problems where quizzes don't display, submit, or show results correctly. Based on community reports, these issues often stem from conflicts with other site elements rather than the plugin itself. This guide will help you diagnose and resolve the most common quiz problems.
Why Do These Issues Occur?
The most frequent causes of quiz malfunctions are JavaScript conflicts, caching issues, or theme/plugin incompatibilities. Quizzes rely heavily on JavaScript to handle pagination, calculations, and AJAX submissions. When other scripts interfere or resources fail to load, the quiz can break.
Common Problems and Solutions
1. Quiz Not Displaying or Loading
Symptoms: The quiz area is completely blank, or only a shortcode is visible. You might see JavaScript errors in your browser's console (F12).
Solution: Perform a conflict test. This is the most critical step for diagnosing display issues.
- Temporarily switch to a default WordPress theme like Twenty Twenty-Four.
- Deactivate all plugins except Forminator.
- Check if the quiz now appears. If it does, reactivate your plugins one by one to identify the culprit.
- Clear any server-side or plugin-based cache (e.g., from W3 Total Cache, WP Rocket) after making changes.
2. Quiz Submits but Doesn't Show Results
Symptoms: The quiz completes but the result page is blank, flashes briefly, or doesn't load. Console may show a "500 Internal Server Error" on the admin-ajax.php request.
Solution: This is often related to a script conflict or server configuration.
- Follow the conflict test steps above.
- Check if you have an optimization plugin that might be aggressively combining or delaying JavaScript files. Try excluding Forminator's scripts (forminator-front.min.js, forminator-front-*.js) from optimization.
- If the URL shows
wp-admin/admin-ajax.php, try disabling the "Load quiz using AJAX" setting in the quiz's Behavior tab. This can sometimes resolve URL and submission issues.
3. Mobile-Specific Submission Problems
Symptoms: The quiz works perfectly on desktop but fails to submit or show the lead form on mobile devices.
Solution: Mobile issues often point to a responsive CSS conflict or a plugin that behaves differently on mobile.
- Use your browser's developer tools to simulate a mobile device and check for any console errors.
- Test with all caching/optimization plugins temporarily disabled, as these can sometimes serve different content to mobile users.
- Ensure your theme is responsive and doesn't have custom JavaScript that interferes with touch events on mobile.
4. Unwanted Automatic Scrolling
Symptoms: The page jumps or scrolls unexpectedly when clicking "Next" or "Previous" buttons in a paginated quiz.
Solution: This is default behavior but can be disabled with a code snippet. According to community support, adding the following PHP code as a Must-Use Plugin can prevent auto-scrolling:
add_filter( 'forminator_quiz_auto_scroll', '__return_false' );
General Best Practices
- Always clear your cache after updating quiz settings or making changes to your site.
- Keep Forminator, your theme, and all plugins updated to their latest versions to ensure compatibility.
- Before reporting a bug, a basic conflict test is the most valuable step you can take to identify the root cause.
By systematically working through these troubleshooting steps, you can resolve most common issues and get your Forminator quizzes running smoothly again.
Related Support Threads Support
-
Disable scrolling and launch quiz automaticallyhttps://wordpress.org/support/topic/disable-scrolling-and-launch-quiz-automatically/
-
Quiz calculation not workinghttps://wordpress.org/support/topic/quiz-calculation-not-working/
-
Quiz not visible at allhttps://wordpress.org/support/topic/quiz-not-visible-at-all/
-
Change the Font Size in Final Count Message in Quizzeshttps://wordpress.org/support/topic/change-the-font-size-in-final-count-message-in-quizzes/
-
Forminator Plugin does not show answers to personality type quizhttps://wordpress.org/support/topic/forminator-plugin-does-not-show-answers-to-personality-type-quiz/
-
Remove “leads” from quizhttps://wordpress.org/support/topic/remove-leads-from-quiz/
-
How to show users the results of a poll?https://wordpress.org/support/topic/how-to-show-users-the-results-of-a-poll/
-
I need to show personalized results at the end of the quizhttps://wordpress.org/support/topic/i-need-to-show-personalized-results-at-the-end-of-the-quiz/
-
Social Sharinghttps://wordpress.org/support/topic/social-sharing-45/
-
Forminator quiz: “Start Quiz” just reloads pagehttps://wordpress.org/support/topic/forminator-quiz-start-quiz-just-reloads-page/
-
I want to remove the lead generation from my quizhttps://wordpress.org/support/topic/i-want-to-remove-the-lead-generation-from-my-quiz/
-
Forminator Quiz results no shownhttps://wordpress.org/support/topic/forminator-quiz-results-no-shown/
-
Bug in quiz webhook responsehttps://wordpress.org/support/topic/bug-in-quiz-webhook-response/
-
Social Sharinghttps://wordpress.org/support/topic/social-sharing-44/
-
No answers included in CSV export from quizhttps://wordpress.org/support/topic/no-answers-included-in-csv-export-from-quiz/
-
Each time I answer a question, the page scrolls a bit downhttps://wordpress.org/support/topic/each-time-i-answer-a-question-the-page-scrolls-a-bit-down/
-
Tracking Facebook Pixel Event After Quiz + Form Submissionhttps://wordpress.org/support/topic/tracking-facebook-pixel-event-after-quiz-form-submission/
-
pdf results of quizezhttps://wordpress.org/support/topic/pdf-results-of-quizez/
-
Quizzes suddenly don’t work anymorehttps://wordpress.org/support/topic/quizzes-suddenly-dont-work-anymore/
-
Radio buttons in quiz are not visible/remains whitehttps://wordpress.org/support/topic/radio-buttons-in-quiz-are-not-visible-remains-white/
-
Forminator Personality Quiz doesn’t submit anythinghttps://wordpress.org/support/topic/forminator-personality-quiz-doesnt-submit-anything/
-
Quizz dont give resultshttps://wordpress.org/support/topic/quizz-dont-give-results/
-
Export Quizhttps://wordpress.org/support/topic/export-quiz-3/
-
Qui page CSS styling issuehttps://wordpress.org/support/topic/qui-page-css-styling-issue/
-
Quiz Resulthttps://wordpress.org/support/topic/quiz-result/
-
Quiz Results page urlhttps://wordpress.org/support/topic/quiz-results-page-url/
-
Forminator quiz not submitting on mobilehttps://wordpress.org/support/topic/forminator-quiz-not-submitting-on-mobile/
-
The submit button on my forminator quiz works on desktop, but NOT mobile.https://wordpress.org/support/topic/the-submit-button-on-my-forminator-quiz-works-on-desktop-but-not-mobile/
-
Leads missing for Forminator quiz WHY?https://wordpress.org/support/topic/leads-missing-for-forminator-quiz-why/
-
How to fire quiz_progress on 4th question in Forminator quiz with GTM?https://wordpress.org/support/topic/how-to-fire-quiz_progress-on-4th-question-in-forminator-quiz-with-gtm/
-
Database issuehttps://wordpress.org/support/topic/database-issue-25/