I have a mobile form getting cut off.

  • Allanarobinson
    Asked on February 17, 2019 at 8:59 PM

    I have a mobile form that is getting cut off on the results page. The form itself shows fine- but on mobile when the results are shown it cuts off the whole right half of the results. I've tried adjusting the width in my page builder but that just makes it worse. Is there a way to make it so that the results are mobile responsive?


  • Ashwin JotForm Support
    Replied on February 18, 2019 at 12:55 AM

    With which form you are having this issue with? I did check your last edited form "BSPB Testimonials" and thank you page is not configured to display any custom or result message. Is it a quiz form?

    Please share the webpage URL where you have embedded your form and we will take a look.

  • Allanarobinson
    Replied on February 18, 2019 at 1:31 PM

    I, unfortunately, can't share where it's embedded because it's a protected page in a membership site. The form is The Toddler/Preschool Inventory form- the thank you page displays calculations that are hidden within the form. 

  • Alan_D
    Replied on February 18, 2019 at 2:46 PM

    Your 'Thank you' page has 'table' element. You can change its width as auto for responsive design. Please look at these steps:

    Opening source code of 'Thank you' page.
    1550518947girst Screenshot 10

    You must set table element's width as 'auto' then save.
    width:auto;
    I have a mobile form getting cut off.  Image 21
    Your thank you page is responsive now.
    Mobile view:
    I have a mobile form getting cut off.  Image 32
    Desktop view:
    1550519168final Screenshot 43

    Please let us know for more support.

  • Allanarobinson
    Replied on February 18, 2019 at 3:26 PM

    Right on! That solved it completely. Thank you!