# Input Fields

***

**Empowering Interactivity with the Input Connector**

The Input Connector is a powerful tool that facilitates interactive engagement within your video content. It comprises two coexisting connectors, namely the Input Field and the Submit Form Connector.

**Input Field Connector:**

The Input Field Connector serves as the initial step in the process. Begin by selecting a text layer and assigning it a name. For instance, you can name it "Name" if you wish to collect the viewer's name. Next, add a placeholder text, such as "Type your name here." This connector allows you to choose between single-line answers, like collecting a name, or multiline responses, such as inviting viewers to share holiday greetings.

**Submit Form Connector:**

Following the setup of the Input Field, the next step is to integrate the Submit Form Connector. This component enables you to implement a button that captures the text entered by the viewer. You have the flexibility to decide whether the content should be saved within the Blings platform or whether the data should be seamlessly integrated into your external tools using custom code.

The Input Connector empowers you to create interactive video experiences, enabling viewers to actively participate and engage with your content. Whether you're collecting feedback, conducting surveys, or simply fostering viewer interaction, this tool provides the means to do so effectively.


---

# 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.blings.io/creator/studio/connectors/input-fields.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.
