Problem with form whilst using internet explorer and other browsers

  • thelittleyurtmeadow
    Asked on July 27, 2017 at 9:09 AM

    Hi, 

     

    my form doesnt work if you use browsers other than google chrome. It doesnt allow the dates to be put in and also the sizing and font differs dramatically.

     

    https://form.jotformpro.com/70573390753965

    Jotform Thread 1209739 Screenshot
  • BJoanna
    Replied on July 27, 2017 at 12:05 PM

    I was able to see mentioned issue in when I tested your form in Mozilla Firefox and in Internet Explorer. The date is actually selected, but because of the input field padding it is not shown. I am not sure if this issue is related to the theme of your form of to the Custom CSS that you added. 

    Please add this CSS code to your form, to see if that will resolve mentioned issue:

    .form-textbox, .form-textarea {

       padding: 0px!important;

    }

    .form-dropdown {

        padding: 0px!important;

    }

    How to Inject Custom CSS Codes

    Here is my demo form: https://form.jotformpro.com/72074433969970 

    Feel free to test it. 

    Hope this helps to solve the issue.