# Demo request form

Schema-only template for a demo request form.

By Croct. Categories: interface.

[Source](https://github.com/croct-tech/templates/blob/master/templates/croct/ui/component/demo-request-form/)

## Installation

```sh
npx croct@latest use croct://ui/component/demo-request-form
```

# Introduction

A demo request form allows potential customers to request a live product or service demonstration.

It typically collects basic information like name, email, company, and preferred demo time and offers clear
instructions, a compelling offer, and easy-to-fill fields to help streamline the scheduling process and move users
closer to conversion.

Personalizing the form, such as pre-filling fields based on known data, adapting messaging by audience segment, and
AB testing different layouts or incentives, can increase form completion rates and accelerate the sales pipeline.

> [!TIP Need the code?]
> Explore popular React form libraries in our [guide](https://blog.croct.com/post/best-react-form-libraries).

## Usage

To add this component to your workspace, run:

```croct-cmd
croct use croct://ui/component/demo-request-form
```
