Controls
Drive the simulated helper to emit events
The iframe below is a real Pardot form at
info.datavail.com/l/26092/....
The in-iframe helper.js emits lifecycle postMessages as a user interacts with the form.
Buttons here are limited to what the parent SDK is allowed to send across origins β the discovery pings that
events.ts β pingIframes() uses (requestFormLoad / Visible / Start).
To exercise fs / ffs / ffc / fsu / fvf, interact with the form in the iframe directly.
Lifecycle (interact with the form)
- fl β fires automatically on iframe load
- fv β scroll the iframe into view
- fs β focus any field
- ffs / ffc β per-field focus & valid blur/change
- fsu β submit a valid form
- fvf β submit with empty required fields
Adapter β Helper Discovery (parent β iframe)
Iframe
π‘ PostMessage Wire (helper β adapter)
Captured BEFORE the SDK boots β full message bus trace.
iframe[src*="info.datavail.com/l/"] β real Pardot form (?_ll_debug=true)
π― SDK / Adapter Effects
Adapter calls onto the SDK queue + outbound /collect calls.
/collect calls 0
form events 0
queued calls 0