Background of form when editing

  • fifanickcoinshop
    Asked on February 15, 2015 at 3:35 AM

    I tried to change the background of my form but it didn't work, after i clicked undo all of it started to change into white, now while editing my form it has a white background but in the real form it has a background. Can anyone help to make the background while editing to the same color as the real one?

  • Welvin Support Team Lead
    Replied on February 15, 2015 at 5:30 AM

    Hi,

    Did you mean the background image is not showing in the form builder? I presumed that because I saw the CSS codes in the custom CSS area of the form. If yes, then simply correct the class and that should fix it.

    You have:

    form-all

    Whereas the correct one is:

    .form-all (you are missing the dot).

    So the complete custom CSS codes should be:

    .form-all {

    background : url('http://imagizer.imageshack.us/a/img901/7550/xuQymr.jpg')

    no-repeat top left;

    }

    I hope that helps. Let us know if you need any further assistance.

    Thanks

  • Welvin Support Team Lead
    Replied on February 15, 2015 at 5:30 AM

    Here's a clone version of your form: http://www.jotformpro.com/form/50452361261951.

    Thanks

  • fifanickcoinshop
    Replied on March 8, 2015 at 4:29 AM

    Thanks for the reply! Appreciate it!

  • jonathan
    Replied on March 8, 2015 at 11:22 AM

    Please contact us again anytime should you require further assistance on JotForm.

    Thanks.