SDR extract
Purpose: Technical specification (non-PII).
Who this page is for
| Audience | Why it matters to you |
|---|---|
| Developers | Implement safely |
SDR: Contact Form
Variable: event3
- Purpose: Form started
- Fire: When form page loads/focused
- Value: 1 (counter)
Variable: prop3
- Purpose: Form type
- Set: Before/during form
- Value: "contact" or "complaint"
Variable: event4
- Purpose: Form submitted
- Fire: On form submit
- Value: 1 (counter)
Variable: eVar3
- Purpose: Form type (visitor-scoped)
- Set: When form submitted
- Value: "contact" or "complaint"
---
Next: Implementation