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 6 posts - 1 through 6 (of 6 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

    #5661
    David VeloDavid Velo
    Participant

    InternetInternet

    #5662
    David VeloDavid Velo
    Participant

    If the submit button is not displayed in Internet Explorer 11, it may be due to compatibility issues or CSS conflicts. Ensure that the button is properly styled and that there are no errors in the HTML code. Consider using polyfills or fallbacks for features not supported in older browsers. Testing and debugging in IE 11’s developer tools can help identify and resolve the issue efficiently.

    #5685
    Ramsey MorganRamsey Morgan
    Participant

    This code is not work properly <meta http-equiv=”X-UA-Compatible” content=”IE=10″>. Philadelphia Eagles Ovo Varsity Jacket

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