Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1255667

    Hi,

    We still have a lot of customers who use Internet Explorer. We have a contact form where some text does not show in Internet Explorer. Do you know any solutions for this?

    Best regards

    Miki

    #1256447

    Hey Miki,

    Here is an article for you:

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1256450

    Hi Victoria,

    Thanks for the reply :)

    I am aware that IE is at its end :) Our problem is, that many of our customers are still using it and can’t fill out the form. Is there a way for us to fix the form?

    Best regards

    Miki

    #1257851

    Hi,

    Thank you for the update.

    Which version of IE are they using? The theme should be fully compatible with IE11, which is still supported until 2021 and the latest MS Edge browser. Unfortunately, issues might occur on older versions of the browser.

    Best regards,
    Ismael

    #1257904

    Hi Ismael,

    I am not sure what version the customers are using, but I tested it on IE 11 and the issue is there.

    Best regards
    Miki

    #1259114

    Hi,

    Thank you for the update.

    It seems to be an issue with the element positioning. Please try to use this css code to adjust the style of the checkbox label on IE browsers.

    
    .avia-msie .avia_ajax_form.av-form-labels-hidden label.input_checkbox_label {
        position: relative;
        top: 0px;
        left: 0px;
    }
    
    

    Best regards,
    Ismael

    #1259224

    Hi Ismael,

    Yes, this solved it. Thanks a lot. Have a great day.

    Best regards

    Miki

    #1259352

    Hi Miki,

    Great :)

    We are closing the thread.

    If you need further assistance please let us know in a new one.

    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Internet Explorer’ is closed to new replies.