Once your EventMobi Registration site is complete, you will need to consider how to share it with your attendees. Depending on the type of event that you are organizing, embedding your registration site into your event or company website may be a great option for sharing your registration form with attendees.
How to Access your Embed Link
- Visit the General > Essentials area of the EventMobi Extended Registration platform
- Click the Gear icon in the upper right hand corner.
- Select the Embed Link option from the menu that displays
- Click on the Copy button available
- Paste the HTML code that you have copied into your webiste
Embedding Specific Subpages
- The default embedded code for your EventMobi registration looks like this.
<div id="idloomForm" data-src="https://reg.eventmobi.com"><style>iframe{width:100%;border: 0;}</style><iframe id="idloomFrame" src="https://reg.eventmobi.com/edgestone-annual-conference/register" height="800"></iframe></div><script type="text/javascript" src="https://reg.eventmobi.com/js/iframed.min.js"></script>
- While the steps above explain how to embed the homepage of your registration site which usually ends with /register, you can also embed specific subpages such as the agenda or other pages by adjusting the embed link in the code. Adjust the src attribute in the <iframe> to embed specific subpages of your registration site.
<iframe id="idloomFrame" src="https://reg.eventmobi.com/edgestone-annual-conference/pages/agenda" height="800"></iframe>