How to upload two logos in my form?

  • JeffHBM
    Asked on January 15, 2018 at 4:48 PM

    I would like to have TWO logos in ONE pic frame. Is that possible to do.

    I have our EFCA accredited logo and want to add our Intelligent Philanthropy next to it

  • Jed_C
    Replied on January 15, 2018 at 6:09 PM

    If you want to have 2 or more images, you may use the Text Field as an alternative to the Header Field. This field should allow you to use HTML/CSS so you'll have more options and flexibility in adding multiple logos/images.

    15160576032017 02 18 19 Screenshot 10

    You may also use 2 image fields if you like.

    151605768005 26 2017 1495737994 Screenshot 21

    If you have further questions or need further assistance, let us know here.

  • JeffHBM
    Replied on January 15, 2018 at 7:57 PM

    Thank you. I can get two images on one line but not properly separated... 


    https://form.jotform.com/80108283212143


    1516063840Screen Shot 2018 01 15 at 6 Screenshot 10

  • Jed_C
    Replied on January 15, 2018 at 9:24 PM

    Kindly replace the image code with this code:

    <p><img src="https://www.jotform.com/uploads/JeffHBM/form_files/IP%20Logo.556.jpg" width="291" height="156" style="float: left;"/><img src="https://www.jotform.com/uploads/JeffHBM/form_files/ECFA_Accredited_Final_CMYK_ET2_Small.652.jpg" width="125" height="156" style="float: right;"/></p>

    Basically, I just added the style="float: right;" and style="float: left;" to separate the images from each other. 

    Here's how it will look after replacing it with the code above.

    1516069399The Easiest Online Form Builde Screenshot 10

    Let me know if you have any questions.

  • Jeff Hawkins
    Replied on January 16, 2018 at 10:50 AM

    Thank you! I need to learn some basic code.

    have a great day!