Why my form isn`t working?

  • Pardosanasskola
    Asked on April 30, 2015 at 3:49 AM

    Hi!

    My Jotform called Zvans isn`t working when embeded on web. I can`t enter no symbol. You can check it out scrolling down to 3rd row here - http://pardosanasskola.lv/

  • Sammy
    Replied on April 30, 2015 at 8:33 AM

    Hi,

    The issue is as a result of the line height of your textbox being too low while the text height is greater than the textbox height, this results in you not being able to view the inputted text.

    To resolve this issue by injecting the following CSS.

    .form-textbox {
        height: auto !important;
        line-height: auto !important;
    }

    Go to Setup&Embed->Designer,  goto the CSS tab and paste the above code

    Why my form isn`t working? Image 1 Screenshot 30

    Why my form isn`t working? Image 2 Screenshot 41