Description:
I’m experiencing an issue with the SP Page Builder Form Add-on. I’ve created a form positioned at the base of the page. Below the form, there is still a small section and footer.
To ensure smooth navigation to the form, I’ve used the Raw Add-on to place an anchor tag below the form. However, the anchor link behavior is inconsistent:
• Sometimes, it displays most of the form as expected.
• Other times, it only shows the form title or part of the form.
Initially, I tried using the section ID as the anchor, but the link did not display the form at all.
Goal:
I would like the anchor link to consistently display most of the form when activated without adding extra space or content below the form.
Troubleshooting Attempts:
• Placed the anchor within a Raw Add-on below the form.
• Experimented with the section ID as the anchor, but it didn’t work as intended.
• Added style="position: relative; top: -100px;" to the anchor and increased the negative value up to 500px
Request:
Could you please advise on how to achieve consistent behavior where the majority of the form is visible when the anchor link is activated? Any insights or best practices for resolving this would be greatly appreciated.