Tested with Chrome and Firefox.
The module correctly add the js code but the input remain the default one (both on a webform and on the default Contact Form).

Below the js code added by the module in the footer area:

<script type="text/javascript">
<!--//--><![CDATA[//><!--
      // Add a wrapper div around the contact form text-fields
      jQuery('form .form-text').wrap("<div class='form-text-wrapper'></div>");
//--><!]]>
</script>
<script type="text/javascript" src="http://--------------/sites/all/libraries/fancyinput/fancyInput.js?mupfra"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
      jQuery('.form-text, .form-textarea').fancyInput();
//--><!]]>
</script>

Comments

mschudders’s picture

Status: Active » Fixed

My bad !

Fixed in the new dev release ! and 7.x-1.2

Thanks !

mschudders’s picture

Note make sure you install https://drupal.org/project/jquery_update
and select Jquery version 1.7

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.