Test identity detection blocking rules - forms that should NOT trigger pp events
Forms can be blocked from identity detection by: form_id, structural_hash, or location_pattern. These tests verify that blocked forms do NOT emit pp events, while similar non-blocked forms DO emit events.
These pages test blocking rules that match URL paths:
/internal/* (Blocked) /admin/** (Blocked) /careers/*/apply (Blocked) /support/* + Hash (Blocked)This form has id="admin-login-form" which matches the blocking rule.
This form has id="user-login-form" which does NOT match any blocking rule.
This form has id="hs_form_internal_survey" simulating a blocked HubSpot form.
This form has id="hs_form_contact_us" which is NOT in the blocklist.
A simple newsletter form that should always capture identity.
A demo request form that should always capture identity.