Skip to main content

Debugging Gates That Aren't Loading or Submitting

Troubleshoot common issues when gates fail to load or submit by checking installation scripts and embed codes.

Updated over 2 months ago

If your Formulayt gate is not loading or submitting properly, use these simple debugging techniques to identify the source of the issue.

Installation script

The Formulayt installation script must be present on every page where you want to deploy gates. Best practices include:

  • Ensure the script appears only once on each page

To locate the installation script in a webpage:

  1. Open developer tools (right-click and select "Inspect")

  2. Use find (Ctrl+F) to search for "gatedcontent" or "https://app.gatedcontent.com/script/"

Gate embed codes

The fastest way to locate a gate embed code is to inspect the submit button of the gate itself or the modal link.
โ€‹


Verify that:

  • The embed code matches the one generated in the Formulayt platform

  • There are no 3rd party scripts causing interference

  • You're using the correct embed code type (modal vs. inline)

For modal gates, simply use the embed code provided as the HREF of the link you want to use. There is no need to create your own modal and deploy an inline gate inside, as this will not function properly.

Did this answer your question?