# Jotform

Jotform is an online application that allows users to create custom forms for collecting data, registrations, payments, and more. It provides a platform for creating, publishing, and managing forms with no coding required, making it accessible for users looking to streamline data collection processes in various contexts, from event planning to customer feedback.

#### **How to Connect Jotform to ZBrain Flow?** <a href="#how-to-connect-jotform-to-zbrain-flow" id="how-to-connect-jotform-to-zbrain-flow"></a>

To integrate Jotform with ZBrain Flow, follow these steps to select and utilize the desired capabilities:

* **Search for the Jotform Component**: Search the Jotform component within the ZBrain interface.
* **Select the Required Capability**: Select the required element, such as **Custom API Cal**l.

#### **Additional Settings for Custom API Call** <a href="#additional-settings-for-custom-api-call" id="additional-settings-for-custom-api-call"></a>

* **Connection** - Select the account or service to which the API call will connect.
* **Method** - Choose the HTTP method (GET, POST, PUT, DELETE, etc.) for the API request.
* **Headers** - Specify HTTP headers to include in the request, often used for passing authorization details or content types.
* **Query Parameters** - Define parameters to be included in the query string of the API request URL.
* **Body** - Input the JSON or XML content for the API request, used mainly for POST or PUT methods.
* **No Error on Failure** - Check this option if the process should continue without marking it as failed, even if the API call does not succeed.
* **Timeout (in seconds)** - Set the maximum time in seconds the API call should wait for a response before timing out.


---

# 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.zbrain.ai/zbrain-documentation/zbrain-builder/flows/flow-components/jotform.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.
