Setting a transparent background on form

  • raks108
    Asked on August 9, 2016 at 11:29 AM

    Making the image as a page background

    Setting a transparent background on form Image 1 Screenshot 20

    Hello, I want to make a form as image but do not know how to do with the tool , can you help me ? Thank you

  • Jan
    Replied on August 9, 2016 at 1:08 PM

    If I understand you correctly, you would like to have a background image in your form, is that correct? If yes, then please use the "Form Designer" to achieve this kind of function.

    Setting a transparent background on form Image 1 Screenshot 30

    In the Form Designer, click the "Background" option under the Design tab. Here you can set a background image for the page and the form. You can use the available background or you can upload your own.

    Setting a transparent background on form Image 2 Screenshot 41

    Hope that helps. Thank you.

  • raks108
    Replied on August 10, 2016 at 1:09 PM

    thanks a lot

  • raks108
    Replied on August 10, 2016 at 1:11 PM
    when embeded use does not respect the transparency of the background, what can I do?
  • Mike
    Replied on August 10, 2016 at 1:33 PM

    Please add the next CSS via form designer to set a transparent background for your form.

    .supernova {
    background: transparent;
    }

    Setting a transparent background on form Image 1 Screenshot 20

    If you need any further assistance, please let us know.

  • raks108
    Replied on August 10, 2016 at 1:41 PM

    wow, thanks a lot :)