> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.wod.guru/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Registration form for new guests


### Registration form for new guests
**The possibility of guest account registration and sing up for the first classes directly from your website.**
---
In WodGuru, guests can register on their own in two ways:

* [ Registration form for new members](https://help.wod.guru/en/article/registration-form-for-new-members-1femkpx/) (with buying membership)
* Registration form for new guests described in this article

Similarly, as with other components that we can integrate with the gym's website, we have to go to [Integrations tab](https://wod.guru/dashboard/integration).

We can see:

![](https://storage.crisp.chat/users/helpdesk/website/-/7/e/b/e/7ebe56acd3251c00/zrzut-ekranu-462_8xa8nu.png =750x146)

Once we enable it, we have to click the settings icon, and then we choose classes that new guests can sign up for:

![](https://storage.crisp.chat/users/helpdesk/website/7ebe56acd3251c00/guestregistration2_6a9jfe.png =450x389)

We save everything, and we are ready. 

Now we have to show our form to potential customers. 

![](https://storage.crisp.chat/users/helpdesk/website/7ebe56acd3251c00/hhh1bdh5ue_vgc0s7.png =450x100)

As always, we've got two options:

![](https://storage.crisp.chat/users/helpdesk/website/-/7/e/b/e/7ebe56acd3251c00/zrzut-ekranu-463_14oxfsw.png =450x350)

1. Direct URL

You can make a button on your website and link the form to it. 

Example URL: 

```
https://wodgurutestowybox.wod.guru/registration
```

2. Embed code with the registration form

By placing the code on your website, you can embed the form there. 

Example code: 

```
<script src="https://wod.guru/widget.js"></script>
<script>
  WodGuruWidget.init({
    subdomain: "wodgurutestowybox",
    type: "lead",
  })
</script>
```

# Usage

Here's an example of how the registration form looks like: 

![](https://storage.crisp.chat/users/helpdesk/website/7ebe56acd3251c00/zrzut-ekranu-2024-12-20-o-1030_s8c68h.png =450x972)

And after choosing the classes:

![](https://storage.crisp.chat/users/helpdesk/website/-/7/e/b/e/7ebe56acd3251c00/zrzut-ekranu-2025-06-13-o-1134_1iy0jfq.png =450x519)

**After filling the form, our guest receives a welcome email, which you can set up in the&#32;**[Emails tab](https://help.wod.guru/en/article/automation-of-sending-email-and-sms-messages-1hju899/)**. Additionally, we will send him a notification about classes before it starts.** ;)  

---

**💡Good to know:**

* [Registration form for new guests](https://help.wod.guru/en/article/registration-form-for-new-guests-1s4q2p9/)
* [Registration form for new members](https://help.wod.guru/en/article/registration-form-for-new-members-1femkpx/)
* [How to configure a new WodGuru account](https://help.wod.guru/en/article/how-to-configure-a-new-wodguru-account-s8zkps/)

