-
Ser error message fadeoff on hover of field after submit form.
almost 9 years ago
-
almost 9 years ago
Hi Vipul, Thanks for the reply. It will useful but I want transition effect as well.
-
-
almost 9 years ago
Hello Cheten,
Paste the below code above </head> tag and make sure that Google jquery lib file is added with in the <head> tag. I have also see that you have already added this file, so this is just to provide in case not included.
<script type="text/javascript"> $(document).ready(function(){ $('.field-wrap').mouseover(function(){ $(this).children('.ninja-forms-field-error').html(''); $(this).children('.ninja-forms-field-error').css('display','none'); }); }); </script>
Accept the answer correct if found helpful.
or if you still faces any issue with the same please then reply here only.
-
2 Answer(s)