Hello, I am wondering if there is a way to disable the cursor from going to the form altogether. While your code does prevent the page from scrolling. The moment the user press any key it jumps to the form content on our front page.
We are also finding that on iPhones it seems to jump to the form on load or when the user taps anywhere on the page for the first time after loading.
I have located your function in the file “js/fbuilder-pro-public.jquery.js”
focusWithoutScrolling($(“#fieldlist”+opt.identifier+” .pb0″).find(“.field”));
By commenting out the code I was able to fix the issue. However I am wondering perhaps in future versions you can incorporate a switch for users to selectively choose which forms to have automatic focus? Just a thought. Thanks a lot for creating this awesome plugin!