# Other form provider

This page will explain how to send your form submissions from any form provider to a CallFast project.

{% hint style="warning" %}
Important - Make sure to add your Call Fast project email address as an additional recipient in your form provider. You don't need to replace the current email address with your Call Fast email address.
{% endhint %}

You can find your unique Call Fast project email address in the Call Fast project. Click "Copy" to copy it:

<div align="left"><figure><img src="/files/duUHEPUSxFGCGGMCJrhJ" alt="" width="563"><figcaption></figcaption></figure></div>

Then go into your form provider and find the relevant form.

Find the section where you set the email address to receive form submissions.

You should now be able to do one of two things:

1. Add an additional notification so that your submissions are still sent to the same email address they currently are and Call Fast as a secondary notification. Use the unique Call Fast email address for the secondary notification.
2. Add your unique Call Fast email address as a secondary email address to the existing notification. For example, if it says "To: <info@example.com>" then also add your unique Call Fast email address to this. Different form providers will let you do this in different ways but with both email addresses it may look like this: "To: <info@example.com>, <xx@inbound.callfa.st>" (where xx is your Call Fast inbound email address value.)

When you have completed these settings, make sure to submit a test to make sure your existing email address and Call Fast both receive your form submission. <br>


---

# 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.callfa.st/send-leads-in/form-provider-instructions/other-form-provider.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.
