Registration CTA embed
Honest registration CTA — opens Eventyvo-hosted registration; not an in-iframe checkout form.
What this embed is
A compact “Register now” button (~80px tall) that opens the Eventyvo-hosted registration flow for the event (new tab).
It is not:
- A full multi-page form rendered inside your site
- An in-iframe payment / COD checkout
For a full registration experience on your domain, use a subwebsite Register page or link to Eventyvo’s public register URL.
Script mount
<div data-eventyvo="register" data-event-slug="my-event"></div>
<script async src="https://docs.eventyvo.com/embed/v1/eventyvo-embed.js"></script>
iframe
<iframe
src="https://docs.eventyvo.com/embed/register/my-event"
width="100%"
height="80"
style="border:0"
loading="lazy"
title="Register"
></iframe>
Requirements
- forms (participation / registration) module
- Published event with an active public registration path
After submit — sync to your stack
Subscribe to webhooks such as FORM_SUBMISSION, FORM_SUBMISSION_APPROVED, PAYMENT_SUCCESS — see Payload examples.