Changing background and add pictures

  • blainevolleyball
    Asked on August 7, 2014 at 8:49 PM
    Next question I have on thie apparel form is that I would like to dress up the background and add in a few small pictures on the side of the order form.   How can I make that happen? 
  • Ashwin JotForm Support
    Replied on August 8, 2014 at 12:29 AM

    Hello blainevolleyball,

    Do you want to add a background color along with the pictures?

    Here are the steps to change the background color of your form:

    1. Load your form in editor.

    2. Click on the "Form Style" tab.

    3. Click on the "Background" button which will display a color chooser.

    4. Select the desired color or input the color code in the text box and click "Ok" button. Please check the screenshot below:

    Changing background and add pictures Image 1 Screenshot 20

    Please inject the following custom css code in your form to add the image as your background:

    .form-all {

    background: url('http://your_image_url/image.png')

    no-repeat top left;

    Please replace the above URL with your image URL.

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

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!