Embedded Card Jotform not responsive on mobile

  • StrategicOS
    Asked on October 6, 2018 at 4:29 PM

    I have the following form that shows up great on mobile when loaded from the JF url:  https://form.jotform.com/70246884452158

    However when I embed it using an iframe on another page it shows up tiny:https://fixingyou.com/testing/bz-iframe.php

    Nor does it work when using the source code: https://fixingyou.com/testing/bz-source.php

    I prefer to use the full source code because I need to write a lot of custom PHP code around it.  

    Is there some CSS I can inject to make this work properly?


  • Mike
    Replied on October 6, 2018 at 8:49 PM

    This is most likely happening because of a missing viewport meta tag.

    Please try to embed the form code into an HTML template with a viewport tag.

    Example:

    https://pastebin.com/raw/aBygdWwV

    Thank you.

  • StrategicOS
    Replied on October 6, 2018 at 9:21 PM

    That did it!  Thanks.