Still have a problem with this Bootstrap 4 site: http://light-gallery-a.yourweblab.nl/contact.php Mostly on mobile phones. Tried the code you gave me to prevent scroll down problems (when I go from contact to home after submit), but I still have problems when I click from contact to an other page or when I try to click the submit button on Android Chrome (doesn’t work). Can you please have a look at the page?
‘jQuery(document).ready(function($) { $(‘form.quform’).Quform({ errorEnd: function () { $(window).trigger(‘resize’); }, successEnd: function () { $(window).trigger(‘resize’); } });