form height

  • hkmurano
    Asked on November 16, 2014 at 7:38 PM

    I have payment form.

    problem with form height... I can not found tool for height adjust.

    I got complain from my client.

    they can not see the submit button on payment details.

    Please help me ............let me know or please fix for me.

     

     

  • DarkFx
    Replied on November 17, 2014 at 1:28 AM

    Hi,

    Please open your HTML and follow instructions below.

     

    1. You need to insert this code to your CSS file.

     

    #JotFormIFrame {

    height: 1590px !important;

    }

     

    2. Find this CSS and change the "height:973px" into "height:1073px".

    #wsb-element-239371624 .wsb-htmlsnippet-element{

    width:943px;

    height:973px; /* you need to change this height */

    overflow:hidden;

    margin:auto}

     

    3. In your iframe, I found "height: 2500px!important;" please change it to "height:1500px!important;".

     

    That's All

     

    Hopefully that's enough solutions to fix the problem of your payment form. :)

     

    Thanks.