How do I add more than 2 pics on either side of the form? And position higher & lower?

  • dougspector
    Asked on June 15, 2017 at 8:03 PM
    ok, so I finally figured out how to add my 2 of my own pics, one on each side....but how do I place like 2-4 more on each side but not touching each other?  Also how can I raise them to start higher up closer to the top but under the logo? 
  • Ashwin JotForm Support
    Replied on June 15, 2017 at 11:10 PM

    Hello dougspector,

    Yes it is possible to add multiple image background in your form. Please inject the following custom css code in form to add multiple images in form:

    .supernova {

    background: url(http://i63.tinypic.com/2lth8hi.jpg) 600px 10px no-repeat, 

    url(http://i63.tinypic.com/34ozyf7.jpg) 10px 10px no-repeat, 

    url(http://i65.tinypic.com/2cp6hxv.jpg) 10px 10px;

    }

    The following guide should help you how to inject custom css code in form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    You can change the placement of images as per your requirement.

    Thank you!