I am opening a gravity form in colorbox using code:
jQuery(".ajax").colorbox({inline:true, width:"500px",height:"500px"});
Problem is that when I press the "Tab" button the mouse cursor doesn't jump to to the next field, it moves the page to the bottom which is very annoying for the user..
any help?