> For the complete documentation index, see [llms.txt](https://recatch.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://recatch.gitbook.io/docs/features/booking-page/embed.md).

# Install Booking Page

If you're on a Basic Plan or above, you can seamlessly embed your Re:catch booking page into your website's inbound lead form. This allows your leads to effortlessly schedule meetings with your team directly from your website.&#x20;

\
Follow these steps to install a booking page on your website:

1. [Copy installation code snippet](#copy-installation-code-snippet)
2. [Apply installation code snippet](#apply-the-installation-code-snippet)

***

### Install Re:catch on your website's inbound lead form

<figure><img src="/files/6nuAel927IzYT8L1bbBy" alt="" width="375"><figcaption></figcaption></figure>

#### Copy your installation code snippet

1. Click <mark style="color:orange;">**'Share'**</mark> on the top right corner of the booking page, and select <mark style="color:orange;">**'Web Form Embed'**</mark> tab.
2. Choose between light and dark mode to align with the <mark style="color:orange;">**style**</mark> of your website.
3. *IMPORTANT* : Include the HTML <mark style="color:orange;">**'form' class**</mark> on your website's form to integrate the booking page.\ <mark style="color:blue;">**Note:**</mark> If you already have a form, find the 'form' class following the instruction below. If you haven't assigned a form class yet, add one in this step first and then apply the same class name when building your form.

{% hint style="info" %}
To locate the <mark style="color:red;">**`<form class>`**</mark>, visit the webpage containing your form, open the Developer Tools (right-click -> select 'Inspect'), and identify the code snippet containing the<mark style="color:red;">`form`</mark> element. Look for code resembling what you can see in the ['Integrate Custom Web Form'](/docs/workflow-installation/integrate-custom-web-form.md) guide, then identify the form tag resembling <mark style="color:red;">`<form class =`</mark><mark style="color:red;">**`"abcde"`**</mark><mark style="color:red;">`...>`</mark>. Then, copy the "<mark style="color:red;">**`abcde`**</mark>" as your form class!
{% endhint %}

4. If you would like to view and analyze user data from your website visit to their form submission (e.g. website to form submission conversion rate), click 'Collect Visitor Data'.&#x20;
5. Once you've finished configuring all the settings, simply click 'Copy' to copy the installation code snippet.

#### Apply the installation code snippet

1. Navigate to the HTML code of the webpage that contains the form where you want to install Re:catch. Then, paste the copied code snippet into the <mark style="color:red;">`<head>`</mark> section of the HTML.&#x20;

<figure><img src="/files/0MuUnrzpcs8eLD1ffOsd" alt=""><figcaption></figcaption></figure>

2. (*Optional*) If you want to match the information you're already gathering with Re:catch Booking Page, you can configure the `<input>` field names as follows:\
   \
   Name: \<input name = **name**>\
   Email: \<input name = **email**> \
   Phone Number: \<input name = **phone-number**>&#x20;

<figure><img src="/files/myiDMIkJfFnsXAfOV5z5" alt=""><figcaption></figcaption></figure>

3. You're all set! Once you've saved the changes and published your website, any leads who submit their details on your form will be able to smoothly schedule a meeting with you using Re:catch.

{% hint style="warning" %}
**Facing issues while installing on your form?**

We provide guidance for various website types, so determine which of the following form types matches yours and find detailed instructions on integrating a custom web form:

* [Custom HTML Form](/docs/workflow-installation/integrate-custom-web-form/custom.md)
* [Imweb](broken://pages/NfbIjEesB3qlqEWrqqst)
* [Webflow](broken://pages/bY7cwPdO52kEttj3vfT2)
* [Framer](broken://pages/uZXdoIP9kb0u8JcU7ZhT)
* [Hubspot](broken://pages/Zlk4MMkjT9nDtAdCjm4g)
* [Framer](broken://pages/uZXdoIP9kb0u8JcU7ZhT)
* [SDK Mode](/docs/workflow-installation/integrate-custom-web-form/sdk-mode.md)
  {% endhint %}

&#x20;
