Is there any way to make the form mobile friendly?

  • yukimoto
    Asked on September 5, 2015 at 2:11 PM
    Sorry one more question: are there any way to fix it to mobile friendly?
    When I see it from my iPhone it's cut.
    Thank you again in advance, Yuki
    ...
  • Welvin Support Team Lead
    Replied on September 5, 2015 at 2:24 PM

    Hi Yuki,

    If you have the option to add the following custom CSS codes to your website, please do so. 

    @media only screen and (max-width:550px) {

    #JotFormIFrame {

    height: 5600px !important;

    }

    }

    Again, add this to your web CSS files, not in the form.

    If that is not working, please try re-embedding your form using our default embed method:

    Is there any way to make the form mobile friendly? Image 1 Screenshot 20

    Thanks