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

# How to Pass Quiz Answers via URL Parameters

> Learn how to pass quiz answers as URL parameters in LanderLab using submit and continue buttons. Send user data to custom result pages, tracking tools, or external funnels.

## How It Works

When a user interacts with your page (for example, fills a form or completes a step), their data can be added to the URL as parameters.

Example:

```text theme={null}
?name=John&email=john@email.com
```

This data can then be used on the next page or in external tools.

<Frame>
  <img src="https://mintcdn.com/landerlab-babdc23f/WPonUwjehwMMvCil/images/Group-78.png?fit=max&auto=format&n=WPonUwjehwMMvCil&q=85&s=cd1be53f4315d48c5b0fcdb04ea00221" alt="Group 78" width="1919" height="991" data-path="images/Group-78.png" />
</Frame>

## How to Enable It

To pass data through the URL:

1. Go to your page or flow **Settings**
2. Enable **Forward URL Parameters**
3. Enable **Include Quiz Data**

***

## Important Notes

* Parameters are based on the **field Name**, not the label
* Field names must be **unique and properly formatted**
* Works when redirecting to another page or URL

***

## Button Requirement

Passing data through URL parameters is triggered only when using:

* **Submit button**
* **Continue button**
* **CTA button**

***

## Common Use Cases

* Passing data to another page in your funnel
* Sending information to external tools or systems
* Keeping tracking data consistent across steps\\
