> ## 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).

# Member registration and membership purchase

||| Contents:
* [Introduction](#3-member-registration-and-membership-purchase)
* [Configuration](#1-configuration)
* [Usage](#1-usage)

### Member registration and membership purchase

***Registration form and membership payment for new members*** <3  

---

# Configuration

Similar to other WodGuru components, which can be shared with your members by link or placed directly on your website, we need to visit **Settings > Web Integrations** tab.

![](https://storage.crisp.chat/users/helpdesk/website/-/7/e/b/e/7ebe56acd3251c00/zrzut-ekranu-428_1yhbcgw.png =650x200)

Once you enable it, you will be able to open the settings and select which of your memberships will be available for new users:

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

With this step, we also do have other options we can edit. Once you click on this button:

![](https://storage.crisp.chat/users/helpdesk/website/-/7/e/b/e/7ebe56acd3251c00/zrzut-ekranu-428_rwe8qg.png =650x128)

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

Here you can choose:

1. If you want to **hide top bar with logo**

2. or generate urls for only **selected passes**

Once you decide on this, **you will have two option** for you website:

1. Direct url

Such url you can send to people, post on Facebook, or simply link with a button on your website.

Example url:

```
https://test3692.wod.guru/memberships
```

2. Embed code

Such code you can insert into your website code to generate a form directly on your website.

Embed code example:

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

Your registration form starts with membership selection:

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

After membership is selected:

![](https://storage.crisp.chat/users/helpdesk/website/7ebe56acd3251c00/zrzut-ekranu-2024-09-18-o-1543_flysle.png =450x836)

|| You can add more fields for a member and set them as obligatory or optional through [Custom registration fields.](https://help.wod.guru/en/article/custom-registration-fields-f96m0a/)

||| For the online payment to be possible, you will need to turn the module on in Settings > Modules, [Online Payments.](https://help.wod.guru/en/article/online-payments-11r4itw/)

After filling the form, you will be redirected to the payment page. **Once paid, you receive an email with the WodGuru invitation and further instructions.** 😊

---

💡 **You may also want to check:**

* [Online payments](/en/article/online-payments-11r4itw/)
* [How to make online payments in your club app](/en/article/how-to-make-online-payments-in-your-club-app-1rr46zm/)
* [Transactions](/en/article/transactions-14e3pqw/)


