How can i add an image into the form

  • 5 November 2014
  • 2 replies
  • 8 views

i want to add an image into the form field that would disappear when starting to write ?
thanks.


2 replies

Userlevel 3

Hey Yaron

There is a fairly easy way to do this. However the solution I have does not hide the icon once they click the field.

If your interested here’s how to do it:

  1. Drop an image into your form fields with image widgets.

  2. Drop in the following CSS

.lp-pom-form input[type=text] { <br />
  padding-left: 30px!important;
<br />
}
<br /> </style>```

EDIT: Comment deleted, found my error, thanks!

Reply