Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Scroll to Missing form Validator #5150
    rosscoloco
    Participant

    This fixed it: I adjusted the size/position of the input, so the javascript needs to scroll to the input’s wrapper instead of the input.

    In the js/plugins.js file find this line:

    if (!$firstError) $firstError = $element;
    Replace with:
    if (!$firstError) $firstError = $element.closest(‘.quform-element’);

    SOLVED! Thanks support!

    in reply to: Scroll to Missing form Validator #5092
    rosscoloco
    Participant

    I’m using a few other scripts.

    If you want to look at the code, please send me an email: rosslacy@gmail.com. I’m developing an app for doctors, and do not want many people seeing this initial project.

    Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
Be inspired. © 2025 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy