Embedding your Registration Form into your Website

EXTENDED_REGISTRATION

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

    2025-03-10_10-41-07

  • Click on the Copy button available
  • Paste the HTML code that you have copied into your webiste

Once these steps have been completed, attendees will be able to complete the registration process (including payment) directly from your site.

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>