# Share Quote Form

The **Share Quote Form** feature allows customers to email their calculated quotes (in a `.pdf` format) to others. This feature requires the[ **PDF Entries**](/cost-calculator-builder/cost-calculator-settings/global-settings/pdf-entries.md) functionality to work. **Share Quote Form Feature** can be enabled from the [**Global Settings**](/cost-calculator-builder/cost-calculator-settings/global-settings.md) of the calculator:

<figure><img src="/files/aFsJFsZ2RlJCsX2iPfmj" alt=""><figcaption><p>WP Dashboard > Cost Calculator > Global Settings</p></figcaption></figure>

Below are the available settings for configuring the Share Quote Form:

<figure><img src="/files/uPBNcLTutaaG71IBjSZz" alt=""><figcaption></figcaption></figure>

* **Enable Share Quote Button** - toggle this option to enable or disable the Share Quote functionality.
  * **Open Form Button Text** - customize the text displayed on the button that opens the Share Quote form.
  * **Submit Button Text** - set the text for the button customers click to submit their quote via email.
  * **Close Form Button Text** - define the text for the button that closes the Share Quote form.
  * **Share Quote Success Text** - specify the message displayed when the quote email is successfully sent.
  * **Share Quote Error Text** - set the error message to be displayed if the form submission fails due to missing or incorrect information.

{% hint style="warning" %}
To make the **email-sending feature** work, ensure you have set up [**SMTP settings**](https://docs.stylemixthemes.com/f-a-q/smtp-settings) on your website.
{% endhint %}

## Sharing Quotes as a User

The **Share Quote Form** appears on the calculator page **after payment** if the [**Show Summary with Calculations after Adding Contact Info**](/cost-calculator-builder/cost-calculator-settings/calculator-settings/order-form.md#show-summary-with-calculations-after-adding-contact-info) option is **disabled**. If **enabled**, you can configure when the button should appear in the settings. Additionally, if the **Confirmation Page** is enabled, you need to activate the **Button to Share the Receipt** setting.

Now, let's review the flow from the client’s perspective:

{% stepper %}
{% step %}
Fill out the calculator field according to your needs and make the payment, choose the payment method and pay the price:

<figure><img src="/files/NMoDLtIUFwMT4q4fomdZ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Based on the status of the [**Confirmation Page**](/cost-calculator-builder/cost-calculator-settings/calculator-settings/confirmation-page.md), you will see the order confirmation message or [**Confirmation Page**](/cost-calculator-builder/cost-calculator-settings/calculator-settings/confirmation-page.md). In both cases there will be a **Send Quote** button:

{% tabs %}
{% tab title="In Calculator" %}
**Confirmation Page** is <mark style="color:red;">**disabled.**</mark>

<figure><img src="/files/utPujDpiTa8nbMgiC7NC" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Confirmation Page" %}
**Confirmation Page** is <mark style="color:green;">**enabled.**</mark>

<figure><img src="/files/n721cGkgxijdgB5YVdAD" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}
{% endstep %}

{% step %}
Next, a pop-up modal form will appear. Fill it out and click the **Send** button:

<figure><img src="/files/Qzvf2T9ZVelzcorUC3Jz" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
A success message will **confirm** that the email has been delivered.

<figure><img src="/files/sC39KuAht2UGn83jojEX" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Here is the received email message with a `.pdf` invoice attached:

<figure><img src="/files/ZhWLJrs4V4RySuIoJdRK" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

To learn about **PDF Entries,** refer to this manual:

{% content-ref url="/pages/G8wR6xMwqlsjfry3XSX5" %}
[PDF Entries](/cost-calculator-builder/cost-calculator-settings/global-settings/pdf-entries.md)
{% endcontent-ref %}


---

# 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://docs.stylemixthemes.com/cost-calculator-builder/cost-calculator-settings/global-settings/share-quote-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.
