Page Breaker cannot be shrunken

  • nhayes
    Asked on August 24, 2014 at 5:37 PM

    When I insert a page break and go to properties, the'Shrink' is greyed out.

    I would like to have a "Go to next page" button and a "Submit" button next to each other.

    Thanks

    Jotform Thread 419880 Screenshot
  • Jeanette JotForm Support
    Replied on August 24, 2014 at 7:25 PM

    Shrinking the page breaker is not an option as for the moment. Let me forward this to our developers.

    You should receive an update here when they make the feature available for this field.

  • jonathan
    Replied on August 24, 2014 at 10:28 PM

    @nhayes

    You can align in same row position both the Next and Submit button using this injected custom CSS code

    #id_99{

    margin-left: -250px !important;

    position: absolute;

    margin-top: 210px;

    }

    Here is a clone form http://www.jotform.me/form/42358125857461you can test where I use this and it aligns the buttons.

    Page Breaker cannot be shrunken Image 1 Screenshot 20

    User Guide:http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Hope this help. Inform us if you need more assistance.

    Thanks.