my form background and other design features disappeared

  • pardop1
    Asked on August 25, 2016 at 10:48 PM

    This for should deb on a hockey template background and the part that is showing in orange, should be blue. i didn't like the the background repeated so i went into advance designer and switched fixed and cover options (repeat was not checked) and the background disappeared and the form is now orange instead of blue - please fix.

     

    Pam

  • Mike_G JotForm Support
    Replied on August 26, 2016 at 1:15 AM

    You can use the Revision History of your form to revert back to its state where the page has a background image and the form itself has a blue background.

    my form background and other design features disappeared Image 1 Screenshot 50

    Or, you can try to do this to your form: 

    I believe you already have the New Mini Form Designer. 

    my form background and other design features disappeared Image 2 Screenshot 61

    Please re-add the Page Background using this link: https://s3.amazonaws.com//jufs/pardop1/form_files/NBPS_FormsBG_Sports_03-01.jpg

    Then, don't forget to save the changes.

    my form background and other design features disappeared Image 3 Screenshot 72

    That should also fix the issue of the orange background.

    Now, to make the background fixed and does not repeat, here's what you can do: 

    Add the CSS codes below to your form:

    .supernova {

        height: 100%;

        background-repeat: no-repeat;

        background-attachment: fixed;

    }

    my form background and other design features disappeared Image 4 Screenshot 83

    You can also add the codes to your form by following the instruction given in this guide: How-to-Inject-Custom-CSS-Codes

    I hope this helps. If you need any further assistance, please feel free to contact us anytime. Thank you.