# Gift recipient form

On Gift card product pages, you can allow customers to send gift cards to a recipient's email on a scheduled date with an optional message.

## Set up gift card product

The **Recipient information form** appears on gift card product pages, so make sure you've set up a gift card product in your Shopify admin. Go **Products > Gift cards** to view or create a gift card product.

{% hint style="success" %} <mark style="color:green;">**Shopify**</mark> Gift card products are a Shopify feature. See their [Gift card guide](https://help.shopify.com/en/manual/products/gift-card-products) to learn more, and contact [Shopify support](https://help.shopify.com/en/) for related questions.
{% endhint %}

<details>

<summary><mark style="color:blue;">STEPS: Create gift card product</mark></summary>

In your **Shopify admin**:

1. Click **Products** > **Gift cards**.
2. Click **Add gift card product**.
3. Set up your product details, including a title, description, product media, and denominations. See Shopify's [Gift card guide](https://help.shopify.com/en/manual/products/gift-card-products) to learn more.
4. Click **Save**.

</details>

## Enable gift recipient form

In the **Product overview** section settings, select the **Show recipient information form for gift cards** option.

<details>

<summary><mark style="color:blue;">STEPS</mark></summary>

In the theme editor (**Customize**):

1. Open the **Product template**.
2. Click the **Product overview** section to open the settings.
3. Under **Gift card**, select **Show recipient information form for gift cards**.
4. Click **Save**.

</details>

\\

***

> **Related links**
>
> [Breadcrumbs](/lorenza/product-pages/layout-and-style/breadcrumbs.md)\
> [Navigation buttons](/lorenza/product-pages/layout-and-style/navigation-buttons.md)


---

# Agent Instructions: 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:

```
GET https://help.fluorescent.co/lorenza/product-pages/layout-and-style/gift-recipient-form.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
