Embed Form>>Iframe Code: form is cut off at the bottom.

  • hkmurano
    Asked on February 22, 2019 at 4:01 PM

    I did ... still same oroblemproblem.

    cut the bottom of form

    Please let me know step by step

  • David JotForm Support Manager
    Replied on February 22, 2019 at 6:21 PM

    Could you please share the URL of the webpage where the form is embedded?

  • hkmurano
    Replied on February 22, 2019 at 6:43 PM
    https://www.golansky.com/booking-1.html
    https://www.golansky.com
    *https://facebook.com/lanskyusa *
    Sincerely,
    Daniel Kang
    Lansky Enterprise LLC.
    fka : DK'S Livery Service
    P.O.BOX 881641
    LOS ANGELES, CA 90009-3006
    (Phone) 213-291-9635
    (Cell) 213-400-6595
    (Email) contact@golansky.com
    LIC# TCP-30793A
    *Like us page on Facebook !! *
    ...
  • Victoria_K
    Replied on February 23, 2019 at 7:48 AM

    I'm afraid the issue is caused by the height of element containing form. As far as I understand, you do not have an option to adjust mobile layout of your web site. In this case I can only suggest to shrink form elements a bit, so they could fit form container. Please try adding the following CSS to your form following this guide: 

    How-to-Inject-Custom-CSS-Codes

    @media screen and (max-width: 480px), screen and (max-device-width: 768px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape) {

     .form-all, .jotform-form {

       padding-top: 0 !important;

       zoom: 0.97;

     } 

     button {

       zoom: 0.9;

       width: 30% !important;

       padding: 8px 15px !important;

     }

     li {

       padding-top: 0 !important;

       padding-bottom: 0 !important;

     }

    }

    Embed Form>>Iframe Code: form is cut off at the bottom Screenshot 20

    Hope this helps.

  • hkmurano
    Replied on February 23, 2019 at 10:43 AM
    Thank you I really appreciated your help
    Now working good
    Thank you again.
    https://www.golansky.com
    *https://facebook.com/lanskyusa *
    Sincerely,
    Daniel Kang
    Lansky Enterprise LLC.
    fka : DK'S Livery Service
    P.O.BOX 881641
    LOS ANGELES, CA 90009-3006
    (Phone) 213-291-9635
    (Cell) 213-400-6595
    (Email) contact@golansky.com
    LIC# TCP-30793A
    *Like us page on Facebook !! *
    ...