Event Enquiry — Hosted Form

A production-ready enquiry form that submits directly into Momentus Elite.

Squarespace script embed (recommended)

Paste this into a Squarespace Code block. The form renders inline on the page (no iframe), inheriting your site's background. After submission, visitors are redirected to your thank-you page.

<script
  src="/api/public/embed"
  data-redirect="https://www.wilde-thyme.com/contact-us/thank-you"
  defer
></script>

Iframe embed (alternative)

Use this only if a script embed isn't possible.

<iframe
  src="/enquiry?embed=1&redirect=https://www.wilde-thyme.com/contact-us/thank-you"
  title="Event Enquiry"
  style="width:100%;min-height:980px;border:0;display:block;"
  loading="lazy"
></iframe>

Production testing checklist

  1. Open /enquiry — verify event types load in the dropdown (token works).
  2. Submit a test enquiry with a brand-new email.
  3. Re-submit with the same email — confirm no duplicate account/contact is created.
  4. Open /admin and confirm account / contact / event IDs are recorded.
  5. Log into Momentus and verify the event, attached contact, description, and attendance.