If form submissions from your Formulayt gates aren't appearing in your marketing automation platform (Eloqua, Marketo, Pardot, or Hubspot), follow these steps to identify and resolve the issue.
1. Check the Default form submission destination
Navigate to the Setup > Settings > Forms
In the Submissions and validation area check the Default form submission destination and associated submission URLS are correct.
Ensure the correct the Default form submission destination has been selected. If required the HTTP POST submission URL field should contain a valid, well-formed HTTPS URL pointing to the master form in your marketing automation platform. The form at this destination must be capable of receiving all fields present in your Formulayt form.
2. Check the Submission URL
First, verify the submission destination is correctly configured:
Navigate to the Setup > Form Types
Select the relevant form type
Find the Form Submission Destination area
Ensure the correct form submission destination has been selected. if required the HTTP POST submission URL field should contain a valid, well-formed HTTPS URL pointing to the master form in your marketing automation platform. The form at this destination must be capable of receiving all fields present in your Formulayt form.
3. Disable All Validation in Your Marketing Automation Platform
It is critical that any field validation in your receiving form is deactivated. Formulayt gates perform their own validation, and server-side validation in the marketing platform can interfere with this process, causing form submissions to be lost silently.
This is particularly problematic with Eloqua, which automatically activates validation for certain fields. Check every field on the receiving form and ensure all validation options are turned off.
4. Verify Data is Leaving the Page
To confirm data is being sent from the user's browser:
Open the page containing your gate in a browser
Open developer tools (right-click and select "Inspect")
Navigate to the Network tab
Submit the form
Look for the submission in the network requests
Verify it has a status code of 200
The destination URL varies by platform. For example, in Eloqua, the receiving platform is usually named "F2" in the network requests.
If you don't see a successful request with a 200 status code, capture a screenshot of what you observe in the Network tab for troubleshooting.

