Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Ser error message fadeoff on hover of field after submit form.

    • 0
    • 0
    • 0
    • 2
    • 0
    • 0
    • 0
    • 515
    Answer it

    Hi All Developers,

    http://www.katjaboehm.de/kontakt/ On this page, after submitting the form. I've setup error message gets fade off (hide) on hover of text field. This form is created using contact form 7.

    I need same functionality on this http://www.videogoddessacademy.com/contact/ page. This form is created using Ninja Form.

    Can anyone please help me as soon as possible?

    Thanks in advance.

 2 Answer(s)

  • 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.

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: