How to display page break buttons inline?

  • 171980Aimi
    Asked on March 28, 2017 at 12:58 PM

    on the iPhone vertical view the next and back buttons are on top of each other.  could you raise a ticket to see how we fix it please

  • Kevin Support Team Lead
    Replied on March 28, 2017 at 3:59 PM

    There's currently a CSS code that displays the page break buttons like that, that can be resolved by injecting this code to override the other one and display the buttons as you need: 

    .form-pagebreak-back-container {

        float: left !important;

    }

    This guide will help you to inject  the code to your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    You may also see the result on this cloned form of yours: https://form.jotformpro.com/70866663963976 

    Hope this helps.