Mobile View: Could you fix the form buttons?

  • cigarsurveys
    Asked on July 4, 2025 at 2:00 AM
    Could you fix the form buttons as well?
  • Afzal JotForm Support
    Replied on July 4, 2025 at 2:05 AM

    Hi Dan,

    You can easily fix the button in the mobile view by Injecting CSS Codes into your form. Let me walk you through it:

    1. First, copy this code:

    @media screen and (max-width: 480px) {
    .form-all .form-pagebreak-back, .form-all .form-pagebreak-next {
        min-width: 95px !important;
    }
    }

    2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.

    Mobile View: Could you fix the form buttons? Image 1 Screenshot 30

    Here's the result:

    Mobile View: Could you fix the form buttons? Image 2 Screenshot 41

    Give it a try and let us know how it goes.

  • cigarsurveys
    Replied on July 4, 2025 at 8:59 PM

    Thank you Afzal! it worked!

  • Kenneth JotForm Support
    Replied on July 4, 2025 at 9:09 PM

    Hi Dan,

    Thanks for getting back to us. We’re glad to hear that my teammate's solution worked out for you. Let us know if there’s anything else we can help out with.