Forum Replies Created
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
rosscoloco
ParticipantThis 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!
rosscoloco
ParticipantI’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!
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)