Form field getting cut-off

  • bto09
    Asked on May 2, 2015 at 9:00 AM
    2. For "Vegetable Selection" the numbers in the field are getting cut-off, how can I fix that?
  • Sammy
    Replied on May 2, 2015 at 2:05 PM

    Hallos,

    If I may ask, what integration method are you using, if you are using the iframe method try increasing the height of the iframe.

    You can also try increasing the form width under the designer section

    Form field getting cut off Image 1 Screenshot 30

    Form field getting cut off Image 2 Screenshot 41

  • bto09
    Replied on May 2, 2015 at 4:00 PM

    Hallos, 

    This is pre-integration, in the actual Jotform editor and the only section that is the issue is the "vegetable selection" section. 

    Here's the link to the form: http://form.jotformpro.com/form/51213036424947

     

    Thanks, 

    Nikhil

  • raul
    Replied on May 2, 2015 at 7:00 PM

    Please inject the following CSS code to your form: 

    .form-spinner-input-td {
     height: 2.2em;
    }

    This would be the result.

    Form field getting cut off Image 1 Screenshot 20

    Please let us know if we can be of further assistance.