Adding Images to Forms

  • iShareResearch
    Asked on April 17, 2014 at 7:55 PM

    For instance, if my form is about gardening and I want to add flowers or leaves to the form, for it to be more decorative. Is there a way to do that?

  • Cesar
    Replied on April 17, 2014 at 8:58 PM

    One method is to use the Image Tool:

    https://shots Screenshot 10

    Example Form: http://form.jotformpro.com/form/41068466183963?

    This makes the image an element of your form.

     

    If you would like to use the image as a background you can inject the needed CSS Code to insert the image behind the elements on your form. Like so:

    This is the CSS I injected on my form:

    .form-all{
    background:url('https://shots.jotform.com/cesar/screens/flowerone.png') no-repeat;}

    Example Form: http://form.jotformpro.com/form/41068194230954?

     

    Do let us know if you need further assistance. Thank you.