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
Comment #1
mschudders commentedMy bad !
Fixed in the new dev release ! and 7.x-1.2
Thanks !
Comment #2
mschudders commentedNote make sure you install https://drupal.org/project/jquery_update
and select Jquery version 1.7