The public form bots already know about.
The form on this page is what humans see. The simulator shows the bot path: send data straight to HubSpot without loading the page or filling out the form.
Send us a message
Acme's existing HubSpot embed.
Bots skip the form and send data to HubSpot.
The visible form is for humans. Once a bot has the HubSpot submission URL, it can skip the page form and send payloads straight to HubSpot.
Create the hidden destination form.
Setup reads the original HubSpot form structure and creates a matching hidden destination. FormAegis then forwards clean submissions server-side.
Try the same traffic through FormAegis.
Clean submissions forward to the hidden destination. Risky submissions stay in FormAegis, where they can be reviewed and released without creating duplicates.
Not through the protected path: the public page submits to FormAegis, and the hidden HubSpot destination form is only called server-side. The old public HubSpot form can still be hit directly until you retire or remove old embeds, which is intentionally opt-in because the same form ID may be used elsewhere.
Protected Acme form
Same fields. Submissions route through FormAegis before HubSpot.
- No submissions yet. Submit the form above to see what FormAegis does.
Create a hidden destination form and route protected public traffic through FormAegis.
Review held submissions in the same page and release false positives when needed.
Retire or remove old public embeds only after checking dependencies that still rely on the original form ID.