Form in Modal Jumps Up After Submission

Hi all. I have a custom modal (using GenerateBlocks) and within it is a Gravity Form.

The problem is when the Gravity Form is submitted, the page (behind the modal overlay) jumps back to the top - despite having AJAX enabled.

Any ideas?

Here is where it is (the Subscribe Now button a few sections down): https://www.inland-group.com/

If you inspect the page source code, you’ll find form ID 52 is embedded in that page twice, which is not supported because it results in multiple elements on a page with the same id attributes. Try removing the extra instance.

Ah, so simple. Thank you!