Embed Integration
Last updated: 2025-05-20
Embedding Forms
If you prefer not to use the API, you can embed our hosted forms directly into your website using an iframe. This handles validation and UI for you.
The Code Snippet
- Go to Registration Forms -> Publish.
- Select the Embed Code tab.
- Copy the snippet:
<iframe
src="[https://kyoraq.com/register/org_123/evt_456?formId=fmt_789&embed=true](https://kyoraq.com/register/org_123/evt_456?formId=fmt_789&embed=true)"
width="100%"
height="800px"
frameborder="0">
</iframe>
Customization
You can pass query parameters to pre-fill data for your user:
?email=user@example.com&firstName=John