Enabling scrolling form

  • jgreen1123
    Asked on December 23, 2016 at 12:28 PM

    I would like to have my form scroll across my image in the same manner that the themes on JotForm do. Is there a way I can enable that feature?

  • John_Benson
    Replied on December 23, 2016 at 1:32 PM

    Yes, that is possible. Please add this custom CSS code:

    .form-all { 

       background-image: url(https://www.jotform.com/uploads/jgreen1123/form_files/greysuit.230.jpg);

       background-repeat: repeat;

       background-attachment: fixed !important;

       background-position: center top;

    Here's the guide on: How-to-Inject-Custom-CSS-Codes

    Please try it and let us know how it goes. Thank you.