How come I cannot re-size the web forms when I open up the link on iPad and iphone

  • Transcendmarketing
    Asked on July 20, 2016 at 11:24 PM

    I cannot made the web forms bigger. Web forms only stays at one size

  • Welvin Support Team Lead
    Replied on July 20, 2016 at 11:52 PM

    What do you mean by you cannot resize the form? The form is already responsive as far as I could see it. 

    The only issue I noticed is the take photo widget not being responsive on mobile devices. You can fix it by simply injecting the following custom CSS codes to your form:

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

    iframe#customFieldFrame_34 {

    width: 100% !important;

    }

    }

    Here's how to inject the codes to your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes