• HI,
    when I submit a form that has some required fields, an error message is displayed and the page scroll to this field; if I correct the error but I have another field required not completed, when I click on submit the page scroll to the first field (now corrected) again.

    https://ww.wp.xz.cn/plugins/contact-form-7/

    In script.js:232
    $into.hide().append(‘<span role=”alert” class=”wpcf7-not-valid-tip”>’ + message + ‘</span>’).slideDown(‘fast’);

    This line makes the worng scroll

The topic ‘Submit Scroll error’ is closed to new replies.