Mock popular form platforms: HubSpot, Marketo, Pardot, Typeform, and more
Each form platform has unique behaviors: global objects, DOM injection, hidden fields, specific endpoints, and submission patterns. These simulations test if the SDK can capture identity from platform-specific implementations.
Simulates HubSpot form with hutk cookie and portal ID.
window.hbspt global object/forms/submit/{portalId}/{formId}hutk cookie tracking fieldClick to load HubSpot-style form
Simulates Marketo with MktoForms2.loadForm() and callback pattern.
window.MktoForms2 globalloadForm() method creates formmktcId, formidClick to load Marketo-style form
Simulates Pardot iframe embed with pi_key tracking.
pi_key/l/{formId}/handlerSimulates Typeform popup/modal form that opens on button click.
Simulates WordPress Gravity Forms with admin-ajax.php pattern.
/wp-admin/admin-ajax.phpaction parameter in form dataSimulates React-style controlled inputs with state management.