How can I adjust the height of this form ?

  • sellyon
    Asked on July 20, 2018 at 1:44 AM

    The bottom of this form is not visible in my website. How can I adjust the height ?

    I change the height in HTLM, with no result.

    Thank you

    Michel

  • Ashwin JotForm Support
    Replied on July 20, 2018 at 5:14 AM

    Unfortunately I am unable to check the webpage you have shared as it seems to be password protected. 

    Please let us know how to check the embedded form and we will take a look at the height issue you are having.

    We will wait for your response.

  • sellyon
    Replied on July 21, 2018 at 6:12 AM

    This is a link without password.

    When I modifie the height in htlm, it is right on the moment. But if I exit and go again to the page, the modification has gone.

    https://www.lyonembellissement.com/conf%C3%A9rence-brou/

  • Victoria_K
    Replied on July 21, 2018 at 6:35 AM

    Hello,

    Please add the following code to your form:

    .form-all {

      height: 650px;

    }

    Related guide: How-to-Inject-Custom-CSS-Codes

  • sellyon
    Replied on July 21, 2018 at 10:26 AM

    Thank you. This issue is fixed.

    But there is another one. I have also this CSS code in my form to adjust height of the thankyou message :

    .thankyou, #stage {
        height : 350px !important;
    }

    When I change the value 350px, the height of my form in the builder of jotform is modified. Is it normal ?

    https://eu.jotform.com/build/70813903134955

    Michel



  • Victoria_K
    Replied on July 21, 2018 at 10:34 AM

    Hello Michel,

    Please try the following code to adjust the height of Thank You message:

    .thankyou > #stage {

        height : 350px !important;

    }

    Let us know if you need more help.