Integration via iFrame
If you operate an event website independent of Invitario, you can integrate Invitario using iFrame. This allows you to embed selected pages and registration forms from Invitario into your event website while utilizing the full functionality of Invitario.
The iFrame integration is possible for every page of your event website created within Invitario. If you want to integrate only the registration form, embed the page in which the registration form is included in Invitario. The iFrame integration is achieved with a few lines of JavaScript. You can find the corresponding code in the edit mode of the respective page of your event website. Use the
iframe-resizer by David J. Bradshaw for this.
Example of iFrame integration using JavaScript:
2. Half a second can easily be won by using
as the URL of the iFrame.
If you integrate a particularly long page or form via iFrame, make sure that after a page change (or after clicking a registration or cancellation button), the iFrame scrolls back to the top of the page. To do this, add the following attribute to the iFrame element on the "Parent Page":
- <iframe ... onload="window.scrollTo(0, 0);"></iframe>