• Resolved Gottano

    (@gottano)


    Hi

    After updating to the latest WP, the quiz only displayed the submit button (no questions). After updating the plug-in and database, I now have the opposite problem: only the questions appear: there is no submit button.

    It doesn’t seem to be a CSS-related issue, as I’ve removed all custom CSS code and the problem persists.

    How do I solve this?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • GaryZapp

    (@garyzapp)

    Hi, I’m having the same issue. Just questions and on submit button.

    Sérgio C.S.

    (@sergiorcs82)

    I am having the same problem, but i found the culprit and two workarounds.

    My problem
    After an update, our simple, one-page quiz was no longer showing its submit button.

    The bug
    Upon inspecting the code, i found that display of the form footer is oddly connected to the “Random Questions” option: when that option is set to “Disabled”, the code will append the qsm-d-none CSS class to the end section of the quiz, where the submit button is contained. This CSS class will disable display of the section, thus hiding the submit button.

    Workaround 1
    If you’re OK with changing the order of the questions and/or answers, just set “Random Questions” to anything other than “Disabled” and the submit button should show up again.

    Workaround 2
    If you’d prefer to keep the order of questions and answers, you can use Appearance > Customize > Additional CSS to append this here CSS rule:
    .qsm-quiz-form>.quiz_section.quiz_end { display:block; }
    This should overrride the effect of qsm-d-none, marking the end section always visible – so do check your forms for any undesirable side-effects.

    sumitsanadhya

    (@sumitsanadhya)

    Hi Gottano,

    This issue has been fixed in the latest plugin update. I request you to update QSM to its latest version (v7.3.12) and check.
    Do let me know if you still face the issue.

    Regards,
    Sumit

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Submit button not displaying after update’ is closed to new replies.