For each event we provided an iframe, you can put it into a modal popup like this

Screen Shot 2022-03-30 at 7.00.11 PM.png

The code to embed:

        <iframe
          loading='eager'
          title='YOUR EVENT NAME HERE'
          id='ANY UNIQUE HTML ID'
          src='https://YOUR_DOMAIN/widgets/events/EVENT_SLUG/register'
          scrolling='yes'
          width='100%'
          height='100%'
          frameBorder='0'
        />

The most important attribute is src, 'https://YOUR_DOMAIN/widgets/events/EVENT_SLUG/register'

Replace YOUR_DOMAIN with your Gradual community domain, and replace EVENT_SLUG with the event you want the user to register for. See the example below:

eventlinkstructure.png

src = https://community.gradual.com/widgets/events/gradual-demo-mini-summit-2021-06-11/register