Is there a widget that allows a "next" button on the top of a page?

  • ellingtonhall
    Asked on August 9, 2017 at 4:25 PM
  • aubreybourke
    Replied on August 9, 2017 at 4:37 PM

    You can use custom CSS

    .form-pagebreak-back {
        position : absolute;
        top : 0;
    }

    .form-pagebreak-next {
        position : absolute;
        top : 0;
        left: 105px;
       
    }

    Instructions are here:

    How to Inject Custom CSS Codes