Embeddable form
You can embed an event’s registration form on your own website instead of sending visitors to the hosted Novex page. The embedded form posts straight into the same registration list.
When to use this
Use the embed when you want registrations to happen in the flow of your own site — on a landing page, a microsite, or inside your CMS — while still collecting into Novex.
There are two related public surfaces:
- Embedded registration — the event form rendered for embedding via
/r/<tenant-slug>/<event-code>/register/embed. - Standalone form token — a tokenized form URL
(
/f/<tenant-slug>/<form-token>) you can link or frame directly.
How to embed
- Open the event’s Registration settings and find the Embed option.
- Copy the embed snippet (an
<iframe>pointing at the embed URL). - Paste it into your website’s HTML where you want the form to appear.
- Publish your page. Submissions appear in Registrations just like hosted sign-ups.
Tips & limits
- Sizing: give the iframe enough height for the longest state of the form (validation messages add height). Test on mobile down to small screens.
- Branding: the embedded form carries your event branding; make sure the surrounding page styling doesn’t clash.
- One form per event: the embed reflects the same fields as the hosted page, so you only maintain the form in one place.
- Confirmation: after submit, the embedded flow shows its own confirmation state rather than navigating your whole page away.