Reply To: Form Placeholder not displaying on IE

Support Forums Cian – HTML Template Form Placeholder not displaying on IE Reply To: Form Placeholder not displaying on IE

#4389
CreaboxThemes
Keymaster

Hi Liana,

sorry for the delay. I have found a possible solution. Download this file and upload it to the folder js. Then, follow these steps:

  1. Add the next code to the main file index.html (at the bottom with the other scripts):
    <script type="text/javascript" src="js/jquery.placeholder.js"></script></ol>
  2. Edit the file custom.js (in the folder js) and add the next code in the line 78:
    $('input, textarea').placeholder();

Regards