← Back to home

Contact Form

Test the Odyssey embed with an HTML native form featuring validation and event tracking.

Embed Status:⏳ Loading...
Get in Touch
Fill out the form below and we'll track your journey through the embed script.

Optional - provide if you'd like us to call you

Tell us how we can help (minimum 10 characters)

Embed Testing
Open your browser console to see events being tracked

Script Status

Script loaded: ⏳ Loading...

Embed ready: ⏳ Initializing...

Events tracked:

  • page_view - Automatically fired when the page loads
  • form_submitted - Fired when form is successfully validated and submitted
  • Form data is included in the event payload (check console)

Embed script configuration:

<script
  src="http://localhost:3000/embed/embed-v1.global.js"
  data-org="odyssey-test"
  data-journey="test-journey-form"
  data-endpoint="http://localhost:3000/api/ingest"
  async
></script>

⚠️ Prerequisites: The core app must be running on port 3000 for the embed script to load. Run pnpm --filter @repo/core dev first.