Skip to content Skip to main navigation Skip to footer

submit button not displayed in internet explorer 11

Welcome to QSM Support Forum. Forums QSM Pro Support submit button not displayed in internet explorer 11

Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #776
    sbaillot@santelys.fr[email protected]
    Participant

    Hello,

    I have a quiz which perfectly working with google chrome. Unfortunately, the div containing the submit button is not displayed when using MIE11.

    <div class="qsm-pagination qmn_pagination border margin-bottom">
                <a class="qsm-btn qsm-previous qmn_btn mlw_qmn_quiz_link mlw_previous" href="#" style="display: none;">Précédent</a>
                <span class="qmn_page_message"></span>
                <div class="qmn_page_counter_message"></div>
                <div id="qsm-progress-bar" style="display:none;"></div>
                <a class="qsm-btn qsm-next qmn_btn mlw_qmn_quiz_link mlw_next" href="#" style="display: none;">Suivant</a>
                <input type="submit" class="qsm-btn qsm-submit-btn qmn_btn" value="Envoyer" style="display: block;">
                </div>
    

    I understand that the div is generate by JS (because it doesn’t appears at all in the source code), and at first I’ve supposed that the JS was deactivated in MIE but it is acually activated.

    Is it a known bug ? Is there any means to fix it ?

    Thank you

    #781
    sbaillot@santelys.fr[email protected]
    Participant

    ok I’ve found the bug and fix :

    putting this in the <head> :

    <meta http-equiv="X-UA-Compatible" content="IE=10">

    Thank you

    #814
    KharisKharis
    Keymaster

    Hello there,

    Glad to know you got it fixed yourself. AFAIK, missing meta tag for IE lies in the theme’s code — not a plugin issue.

    Regards,
    Kharis

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.