Premagic can help you embed the registration form on your website. You can follow the steps below to get started:

1. Go to Event Settings from the three dots on top right corner of the Event Page

Untitled

2. Click on "Embed on website" from the menu

Untitled

Use the code below to embed the Registration page to your website.

Things to keep in mind:

 <iframe
            id="lead-from-premagic"
            src="<https://anenth.premagic.com/dana-henry-skqp/embed/book/ATTENDEE>"
            style="border: 0px #ffffff none"
            name="Lead form Premagic"
            scrolling="no"
            frameborder="0"
            marginheight="0px"
            marginwidth="0px"
            width="100%"
            allow="camera *;microphone *"
            <!--
            allow="camera <https://hello.localhost:4202>; microphone <https://hello.localhost:4202>"
            --
          >
            ></iframe
          >

          <script src="<https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.min.js>"></script>
          <script type="text/javascript">
            iFrameResize(
              { log: false, checkOrigin: false },
              "#lead-from-premagic"
            );
          </script>