Support » Plugins » [Plugin: Contact Form 7] Add images to form

  • Can I use the WordPress Contact 7 form plugin to let’s say add a product image or thumbnail before a check box, text field or radio box form people to see what choice they are making/ what product they are choosing? I mean, can this be done either in the contact form 7 administration or on the page where the form is added?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes you can. And it’s actually very simple. If you’d like to add an image, you just need the appropriate html img tag like this below:

    <img src="http://i32.tinypic.com/2ivxlbl.jpg">

    You can put this above, next to, below, etc, the check box. For instance:

    <p><b>How goofy are you?</b><br />
    <img src="http://i32.tinypic.com/2ivxlbl.jpg"><br />
    [checkbox checkbox-729 "Really Goofy"] <br />
    <br />
    <img src="http://i32.tinypic.com/2ivxlbl.jpg"><br />
    [checkbox checkbox-730 "Kind of Goofy"] </p>

    Of course this is just a simple illustration. You can edit to yours hearts content…

    Hope it helps.

    Thread Starter Rhand

    (@rhand)

    Thanks for your reply Bobegods. Will put it to use in the near future!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Contact Form 7] Add images to form’ is closed to new replies.