How do I make the form visible inn mobile view?

  • MetroCathedral
    Asked on May 11, 2016 at 1:15 PM

    https://form.jotform.com/61021067173950

    My form link is shown above. It pulls up in web view, but not in mobile view. Please advise as to how to get it to pull up in both views.

     

    Thank you!

     

  • Jan
    Replied on May 11, 2016 at 3:21 PM

    I checked your form in my mobile phone and I can see that the Matrix Dynamique widget is not responsive.

    Please add the Mobile Responsive widget in to the form.

    How do I make the form visible inn mobile view? Image 1 Screenshot 40

    After that, you need to inject this custom CSS inside the Matrix Dynamique widget. Select the widget then click the wizard icon.

    How do I make the form visible inn mobile view? Image 2 Screenshot 51

    Go to the Custom CSS tab and insert this code to make the header font smaller:

    .c0, .c1, .c2, .c3, .c4, .c5 {
    font-size: 0.9em !important;
    }  

    How do I make the form visible inn mobile view? Image 3 Screenshot 62

    Related guide: How-to-Make-Forms-Mobile-Responsive

    Hope that helps. Thank you.