> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/private-panels/panel-management/panel-sign-up-forms.md).

# Panel sign-up forms

## Creating a new form

{% hint style="warning" %}
**Important:** Create your [Panel Properties](/private-panels/panel-management/panel-properties.md) before you create a Sign-up form. This is most important for [Two-way sync](/private-panels/panel-management/two-way-panel-property-sync.md).
{% endhint %}

Panel sign-up forms act like screeners, and result in panelist signups. You can create a panelist sign-up form in **Panel Panel sign-up**.

Here's how:

{% stepper %}
{% step %}
Click the **New Form** button.
{% endstep %}

{% step %}
Add a **Title** and **Description** on the pop-up, then click **Create form**.
{% endstep %}

{% step %}
Add pages and elements, and customize dialogues and form settings through the three sub-pages: **Form Builder, Redirects & Language,** and **Form Settings**.
{% endstep %}

{% step %}
Associate this form with a [Panel of your choice](/private-panels/panel-management/multiple-panels.md).
{% endstep %}
{% endstepper %}

## Associate a form with a panel

If you want the respondents to be added to your panel, be sure to [associate this form with a Panel](/private-panels/panel-management/multiple-panels.md).

## Adding questions

{% hint style="warning" %}
**Important:** The most important step in working on Sign-up forms is ensuring all questions are set up with [Two-way sync](/private-panels/panel-management/two-way-panel-property-sync.md).
{% endhint %}

This is what a blank form looks like:

![](/files/20f6e7c01b1292c9d864716a4ad6aeeff3113eb7)

Below are the actions that you can perform within the **Form Builder**:

* **Add elements** - elements are the questions or the statement that panelists provide information for.
* **Add elements in bulk** - Click the **Paste screener** button to open a popup and write/paste your questions.
* **Add and remove pages** - add pages by clicking the **Add page** button. Once a page has been created, you can access more controls by clicking the three vertical dots at the page header.
* **Preview** - see how the form will look like when a prospective panelist opens it by clicking the **Preview** button

## Redirects & Language

View the documentation [here](/private-panels/screeners/survey-redirects-and-language.md).

## Form Settings

Editing information about the form such as **Public Title** and **Public Description** can be done within the **Form Settings** sub-page. In addition to this, you can also get or create a shareable link for the signup form as well as show it on the profiles of existing panelists.

![](/files/26e0c12a884fe2c4a8454af1016667388435b1c0)

## Get a public link and share the form

Make sure this form is [associated with a Panel](https://help.dscout.com/hc/en-us/articles/37037589378068). The signup form can be accessed through its shareable link found in the **Form Settings** sub-page. You can click the **Copy** button beside the link then share it as is through your different social media or messaging platforms.

![](/files/2981b60fb7b50a3bee050f6e1239faa5e1c7f9e5)

### Creating a customized link (vanity link)

For a more personalized and easy-to-remember link, you can create a custom link by clicking the **Create custom link** hyperlink. A pop-up will appear where you can type your custom link. What you type here will be attached to the end of "<https://app.dscout.com/panels-ui/p/>"

![](/files/2c90120420d7b9eceba9ae8f1b60cdc0b75746ff)

Hence, the custom link for this example is: <https://app.dscout.com/panels-ui/p/signup\\_form>

If you're sharing to multiple platforms, you can track the source of panel signups through the link. Read the [Merge Codes section of our Hidden Values](/private-panels/screeners/hidden-values.md#merge-codes) article for more information.

## Show Signup Form on Panelist Profiles

You can have multiple signup forms for different purposes such as General Signup, Vehicle information, Family information, etc. You can make all of these accessible in the panelists' profile by turning on the toggle bar beside **Show in Profile**.

![](/files/043869fa065a515e62cec97f6cfec6e997784234)

The panelists will see all the signup forms with this setting turned on in their profile as shown in the image below.

![](/files/dc3dbceb19bc1e9e3a10d49283c88ee1b538876b)

## View Individual Sign-up Answers

If you scroll to the bottom of the **Panel Panelist Profile** page, you'll be able to click **"View Answers"** from a specific sign-up form.

![](/files/7868148442e8c5df389c28a5861f590af5ee192e)

{% hint style="info" %}
**Note:** Private Panels was previously managed outside of Dscout, so you may see a different logo and URL in some places. If you have any questions, contact <support@dscout.com>.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.dscout.com/private-panels/panel-management/panel-sign-up-forms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
