I have a LONG page of downloads. They are locked with the Downloads Monitor GF lock extension. When a user clicks on a download, the GF opens up to get name and email. BUT it’s not obvious because the form opens up near the top. Is there a way to get the form to open up in front of the user?
Haven’t worked with Downloads Monitor for a few years so I’m not sure whether adding an ID to the download-link would be possible (ie. #gform_wrapper_{formid} ). If it is, I’d try using that and see if it works the way you want.
Another option would be to have jQuery on those form-pages and have them scroll automatically to the form (like a visual scroll).
You could use AJAX too (to get the contents of the form of that other page inside a popover or something). But that would require more work than the other two options.