I am using the Bootstrap form wizard and when the user clicks the continue button they are moved to the next tab but the page scrolls down
I've looked in the jquery.bootstrap.wizard file that holds the script but cannot find anything to do with focus or animate.
If i remove this code the scroll won't happen but the back and final submit button dissapears
if($settings.onNext && typeof $settings.onNext === 'function' && $settings.onNext($activeTab, $navigation, obj.nextIndex())===false){
return false;
}