Skip to main content

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

thanks.

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 inpututype=text] { <br />
padding-left: 30px!important;
<br />
}
<br /> </style>```

EDIT: Comment deleted, found my error, thanks!


Reply