> ## Documentation Index
> Fetch the complete documentation index at: https://docs.z360.biz/llms.txt
> Use this file to discover all available pages before exploring further.

# Share Z360 Forms via Direct Link & Embed Code

<iframe src="https://www.youtube.com/embed/2ZOKgz5yyXk" title="YouTube video player" frameborder="0" className="w-full aspect-video rounded-xl" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen />

Z360 lets you share your Forms and Pipeline forms in two ways — a **Direct Link** that anyone can open in their browser, and an **Embed Code** that places the form directly on your website. Both work without any plugins, code, or third-party tools.

### **Direct Link**

A direct link opens your Z360 form as a standalone page in the browser. Share it via email, text message, chat, social media, or anywhere you can paste a URL. Anyone with the link can submit a lead — no login required.

#### For Z360 Forms

* Go to **Z360 → Forms**.
* Select the form you want to share.
* Click **Generate Form Links**.
* Copy the URL from the **Direct Link** tab.

#### For Z360 Pipelines

* Go to **Settings → Product → Leads**.
* Find the pipeline you want to use.
* Open the menu on that pipeline (three dots).
* Click **Generate Link**.
* Copy the URL from the **Direct Link** tab.

**Where to use it:** email signatures, confirmation pages, QR codes, social media bios, client onboarding emails, text messages, or any place where you want someone to submit a lead quickly.

### **Embed Code**

The embed code places your Z360 form directly on your website using an iframe. Visitors can fill out and submit the form without leaving your site.

#### For Z360 Forms

* Go to **Z360 → Forms**.
* Select the form you want to embed.
* Click **Generate Form Links**.
* Copy the code from the **Embed Code** tab.
* Paste the snippet into your website's HTML where you want the form to appear.

#### For Z360 Pipelines

* Go to **Settings → Product → Leads**.
* Find the pipeline you want to use.
* Open the menu on that pipeline (three dots).
* Click **Generate Link**.
* Copy the code from the **Embed Code** tab.
* Paste the snippet into your website's HTML where you want the form to appear.

#### Embedding on Popular Platforms

The embed code is a standard HTML iframe that works on any website. Here's how to add it on common platforms:

**WordPress** — Add a **Custom HTML** block in the Gutenberg editor and paste the embed code. In the Classic editor, switch to the **Text** tab and paste the code.

**Squarespace** — Add a **Code** block to your page and paste the embed code.

**Wix** — Add an **Embed a Site** element (under Embed) and paste the embed code.

**Webflow** — Add an **Embed** component to your page and paste the embed code.

**HTML websites** — Paste the embed code directly into your page's HTML source where you want the form to appear.

<Tip>
  You can adjust the iframe's `width` and `height` attributes in the embed code to fit your page layout. For a responsive form that fills the container width, set `width="100%"`.
</Tip>

### **Tips**

* Both Direct Link and Embed Code are **live** — any changes you make to the form in Z360 are reflected immediately without needing to update the link or code.
* Use a **real phone number** with country code when testing. Z360 validates phone numbers and rejects fake or test numbers.
* For Pipelines, make sure the **communication channel is enabled** before sharing. If disabled, the form will not process submissions.
* You can generate links for multiple forms and pipelines — each has its own unique Direct Link and Embed Code.
* The Direct Link works on both desktop and mobile browsers.

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="Can anyone access the Direct Link?">
    Yes. The Direct Link is publicly accessible — anyone with the URL can open and submit the form. Do not share it publicly if you want to restrict who can submit leads.
  </Accordion>

  <Accordion title="Do I need to update the embed code if I change the form?">
    No. The embed code loads the form from Z360 in real time. Any changes you make to the form's fields, styling, or settings are reflected automatically — you don't need to re-copy or re-paste the code.
  </Accordion>

  <Accordion title="Can I use the embed code on multiple pages?">
    Yes. Paste the same embed code on as many pages as you want. All submissions will go to the same Z360 form or pipeline regardless of which page the form is embedded on.
  </Accordion>

  <Accordion title="Does the embedded form work on mobile?">
    Yes. The Z360 form is responsive and works on mobile browsers. Adjust the iframe's `width` to `100%` for the best mobile experience.
  </Accordion>
</AccordionGroup>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Embedded form shows a blank iframe">
    Check that the embed code is pasted correctly and the URL inside the iframe is valid. Also verify that your website's Content Security Policy (CSP) or hosting provider allows iframes from the Z360 domain. Some page builders strip iframe code — try using a dedicated HTML or Code block instead of a regular text block.
  </Accordion>

  <Accordion title="Form submission on the embedded form doesn't create a lead">
    For Pipelines, check that the communication channel is enabled. For Forms, verify the form is still active in Z360. Also confirm the form requires all mandatory fields (First Name, Last Name, Email, Phone Number) — if a required field is missing on the embedded form, the submission may fail silently.
  </Accordion>

  <Accordion title="Direct Link opens but the form doesn't load">
    Check your internet connection and try opening the link in an incognito window. If the form still doesn't load, verify the form or pipeline exists in Z360 — deleted forms will return an empty or error page. Regenerate the link from Z360 if needed.
  </Accordion>
</AccordionGroup>

📖 **Related articles:**

* [Integrations Overview](/Integrations-overview)
* [Connect Z360 with WordPress Plugins](/connect-z360-with-wordpress-plugins)
* [Connect Z360 with Third-Party Forms via Zapier](/connect-z360-with-third-party-forms-via-zapier)
