• Resolved will2016

    (@will2016)


    Hello,

    I looked at the FAQ and did a WordPress search but I could not find how to add a static logo to the top of my contact form. It is a company logo. I want it to appear every time a user logs in to the form.

    Thanks for any help

Viewing 7 replies - 1 through 7 (of 7 total)
  • dplum

    (@dplum)

    Simply use the image tag to insert an image, like…

    dplum

    (@dplum)

    The code behind the image is…

    [code]

    [/code]

    dplum

    (@dplum)

    OK so that didn’t work… so know I’ll so the code as an image itself…

    02.06.2017-17.42.58

    ekoparry

    (@ekoparry)

    CF7 allows you to use html tags so you can try something like this: <p> <div > <img src="add your image source here" /><br/> </div> </p> <label> Your Name (required) [text* your-name] </label> <label> Your Email (required) [email* your-email] </label> <label> Subject [text your-subject] </label> <label> Your Message [textarea your-message] </label></br> [submit "Send"]`

    • This reply was modified 8 years ago by ekoparry.
    Thread Starter will2016

    (@will2016)

    ekoparry,

    Thank you. I believe that will work for me, I will certainly try it.

    dplum, thanks for the reply. I guess WordPress forums don’t support the [code] feature? I knew how to display an image using img src, but not the code to make it fit in to the form.

    • This reply was modified 8 years ago by will2016.
    Thread Starter will2016

    (@will2016)

    Ok I used This:

    <p> <div > <img src="https://www.mysite.com/images/image.jpg"><br/> </div> </p>

    And I got a broken image link. What did I do wrong?

    • This reply was modified 8 years ago by will2016.
    • This reply was modified 8 years ago by will2016.
    • This reply was modified 8 years ago by will2016.
    Thread Starter will2016

    (@will2016)

    EDIT: Nevermind, I figured it out. The above code was working, I just had it in the wrong directory.

    I’ll mark this as resolved.

    Thanks again everyone.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Adding an image to Contact Form 7’ is closed to new replies.