Why can't I see my jotform on my site from Mobile device?

  • Premierfootball
    Asked on November 27, 2016 at 1:40 PM

    The form appears on website but not on a mobile device can you please advise why?

  • KadeJM
    Replied on November 27, 2016 at 3:49 PM

    I've taken a look at your embedded form on my iPhone 6 and found that I could confirm the same issue you've mentioned where your form is not visible on a mobile device.

    I checked your website's source code and found you're using the js script for the form so I believe it's likely conflicting with other scripts on your website which is probably breaking the functionality.

    Please try re-embedding your form using the iframe embed method to see if that helps since it wraps your form in an a protective code frame to prevent this type of issue from occurring.

    If for some reason there's still an issue after trying that just let us know and we'll investigate more.

    Why cant I see my jotform on my site from Mobile device? Image 1 Screenshot 20

  • Premierfootball
    Replied on November 27, 2016 at 4:44 PM
    Hi Thank you for your e-mail.I have changed it to iframe embedded method and it is still not appearing on my mobile device.I really need help with this as I am losing business because this is not working.Thank you for your helpKellieOn 27 November 2016 at 20:48 JotForm <noreply@jotform.com> wrote:A new response has been received:Answered by KadeJM I've taken a look at your embedded form on my iPhone 6 and found that I could confirm the same issue you've mentioned where your form is not visible on a mobile device.I checked your website's source code and found you're using the js script for the form so I believe it's likely conflicting with other scripts on your website which is probably breaking the functionality.Please try re-embedding your form using the iframe embed method to see if that helps since it wraps your form in an a protective code frame to prevent this type of issue from occurring.If for some reason there's still an issue after trying that just let us know and we'll investigate more.View this thread on browser » Unsubscribe Thread1480279764
    ...
  • Nik_C
    Replied on November 27, 2016 at 5:42 PM

    Please try adding the below CSS in your Custom CSS field:

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

    iframe#JotFormIFrame {

        width: 95% !important;

     }

    }

    I tested and it worked fine for me.

    Please let us know how it worked for you.

    Thank you!

  • Premierfootball
    Replied on November 28, 2016 at 12:44 AM
    Still no luck and unable to see form on website.On 27 November 2016 at 22:41 JotForm <noreply@jotform.com> wrote:A new response has been received:Answered by Nik_C  Please try adding the below CSS in your Custom CSS field:@media only screen and (max-device-width: 768px) {iframe#JotFormIFrame {    width: 95% !important; }}I tested and it worked fine for me.Please let us know how it worked for you.Thank you! View this thread on browser » Unsubscribe Thread1480286544
    ...
  • Ashwin JotForm Support
    Replied on November 28, 2016 at 1:29 AM

    Hello Premierfootball,

    The custom css code which is shared by my colleague needs to be injected in your webpage and not in form. Please inject the following custom css code in your webpage (not in your form):

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

    iframe#JotFormIFrame {

        width: 95% !important;

     }

    }

    We will wait for your response.

    Thank you!

  • Ashwin JotForm Support
    Replied on April 2, 2017 at 10:57 AM

    Hello creativityTW,

    It seems you have created one more thread for same question. You will be answered in the following thread shortly:  https://www.jotform.com/answers/1109146-How-can-I-share-my-form-with-my-colleagues-and-make-the-form-available-to-them-on-their-mobile-with-easy-access#0

    Thank you!