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:
Open developer tools (right-click and select "Inspect")
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.



