Why I can't fill my form?

  • rudyrudy
    Asked on December 3, 2017 at 2:32 AM

    Dear,

    Can you tell me why i can't fill my form ?


    Regards

  • Nik_C
    Replied on December 3, 2017 at 5:36 AM

    I tested your form, but I wasn't able to replicate any issue:

    1512297152screencast Screenshot 10

    Are you still experiencing this issue?

    Also, is your form embedded in a website? If so, please share the URL so we can check.

    Thank you!

  • rudyrudy
    Replied on December 4, 2017 at 12:53 AM

    Well, i still have the same problem.

    Only the field "remarque" can be fill.

    (Not embeded because not work)

    I have a video of the problem but i dont know how to sent it ...

    Regards

  • rudyrudy
    Replied on December 4, 2017 at 12:55 AM

    I find something ...

    Its working for Chrome, but note for exporer or firefox ...

    What can we do ?

  • Nik_C
    Replied on December 4, 2017 at 3:12 AM

    The issue was related to the height of the text field. I inserted the below CSS into your form:

    .form-textbox {

        height: 50px!important;

    }

    And that resolved the issue in FireFox:

    1512375043Screen Shot 2017 12 04 at 9 Screenshot 10


    And in Internet Explorer 11:

    1512375141Screen Shot 2017 12 04 at 9 Screenshot 21

    Please test and let us know how it worked.

    Thank you!