My second problem is a strange page layout on page 2

  • afckredieten
    Asked on October 18, 2017 at 3:37 PM
    2. My second problem is a strange page layout on page 2, you will see that this page loads on the middle instead of the top of the page, like the rest of the pages. I don't find any reason why this is happening, but it's pretty anoying.

    See attach/screenshot 2 or in the form if you open page 2 in Chrome its messed up

  • Chriistian Jotform Support
    Replied on October 18, 2017 at 4:47 PM

    As per checking, there is a blank field on top of your page 2 which causes the issue. The field was a Pastebin widget.

    15083594992017 10 19 0442 Screenshot 10

    To remove the space, please remove the field on your form.

    15083595322017 10 19 0442 001 Screenshot 21

    Here is how the form's page 2 will look like once you have removed the field.

    15083595782017 10 19 0445 Screenshot 32


  • afckredieten
    Replied on October 19, 2017 at 4:18 AM

    Ok thanks, strange pastebin i don't remember using it, but no probs importance is that i know what it was.

    I've got another problem seeing the result screenshot of page 2, the name field that i used i dont get it in one row/line how can i make this happen?

  • aubreybourke
    Replied on October 19, 2017 at 10:20 AM

    I added this CSS:

    #last_1064 {
        position : relative !important;
        left : 350px !important;
        top : -43px !important;
        width : 400px !important;
    }


    #sublabel_last {
    position : relative !important;
        left : 350px !important;
        top : -43px !important;
        width : 400px !important;
    }

    How to Inject Custom CSS Codes  

    It should look like this:

    1508422846Microsoft Edge 19 10 2017 15 1 Screenshot 10

  • afckredieten
    Replied on October 19, 2017 at 10:50 AM

    super thanks,