Form is not loading or it restarts

  • houses4rent
    Asked on February 13, 2018 at 2:15 PM

    A lot of customers are complaining that the form will not load or it restarts can you please check our account to find the issue

  • aubreybourke
    Replied on February 13, 2018 at 2:40 PM

    Can you tell me which form you are referring to?

    Where-to-Find-My-Form-URL


  • houses4rent
    Replied on February 13, 2018 at 2:50 PM

    https://www.jotform.com/houses4rent/florida-rental-application

  • aubreybourke
    Replied on February 13, 2018 at 3:08 PM

    Seems to be working fine as far as I can tell. Only the background image doesn't cover the whole of the screen.

    For example:

    1518552506RENTAL APPLICATION   Google Ch Screenshot 10


    To fix this you can use CSS:

    .supernova {

    background-image:url('http://www.site.com/image.jpg');

    background-repeat: no-repeat;

    background-position: center top;

    background-attachment: fixed;

    background-size: cover;

    }

    How-to-Inject-Custom-CSS-Codes