> For the complete documentation index, see [llms.txt](https://docs.floui.io/guia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.floui.io/guia/conectores/categorias/servicos-do-floui/floui-forms/form-result.md).

# Form Result

{% tabs %}
{% tab title="Parâmetros" %}

<figure><img src="/files/eD3YCvQ8UG8v5e1QQkE6" alt=""><figcaption><p>Parâmetros de Configuração</p></figcaption></figure>

| Campo                             | Tipo           | Descrição                                                                                                                                                                                                                                              |
| --------------------------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Descrição                         | Campo de texto | Descrição visual do conector no editor de fluxo                                                                                                                                                                                                        |
| Título para exibição no resultado | Campo de texto | Título exibido no resultado da execução do fluxo                                                                                                                                                                                                       |
| Tipo do resultado                 | Seletor        | <p>O tipo de dado que será apresentado ao usuário que enviou o formulário:</p><ul><li>Texto simples</li><li>JSON</li><li>HTML</li></ul><p>Utilize a notação Mustache {{msg}} para aplicar valores customizados e localizados dentro do objeto msg.</p> |
| Conteúdo de texto/JSON/HTML       | Campo de texto | Conteúdo que será exibido na resposta do formulário. O tipo da resposta será de acordo com o tipo selecionado na configuração anterior, ou seja, Texto, JSON ou HTML.                                                                                  |
| {% endtab %}                      |                |                                                                                                                                                                                                                                                        |

{% tab title="Resultado" %}

### Apresentação do resultado após enviar formulário

Para exibir os resultados da execução do fluxo após o envio do formulário, é necessário, primeiramente, configurar o formulário vinculado ao fluxo e habilitar a opção **Aguardar por resultado da execução do Flow e exibir ao usuário**. Essa configuração permite que o formulário aguarde a conclusão do fluxo associado.&#x20;

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdsvTXMzSKmKhYaMTk8D6OJPGameEmIiMJiI1IgY-McHEcZGP9UMsLM-gfjzJWDTslxaDwxyvYJfZsvMltTd5jPZT34-u0UvBVo5EqS45oLb7IvfqVh89MzkwzoPTiYL5kfLtG50g?key=yLogrgEbXy0K_a4zmB9ApgKO" alt=""><figcaption><p>Configuração do formulário</p></figcaption></figure>

Assim que o fluxo for finalizado e o conector executado, as informações parametrizadas no conector Form Result serão apresentadas ao usuário como o exemplo abaixo.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfOEJefjW8ZgIRemPDq3Hw4kB1sW1K-XGXYMZWykeMg-1NlpFD5wN4aUp_ig_mxvl5Yhxsk48uivUOO_hrBlGCVBelEsAoDHTcSPCB_7XCi8QD4Vrx1d3CkGe8E8vKkwHpFf0no?key=yLogrgEbXy0K_a4zmB9ApgKO" alt=""><figcaption><p>Parametrização do conector de resposta</p></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfOyVfzPkkXm62fKGl_RNp9MdeGEUaGcBmmSVvSd5GUKVx_RKdu0OiqXYEZRCy0bBCthZpZmwyiE9iWOyx62ZqMJoR0ERaj-4N9jIERfVmT8Vq-NeiCHQOvImj1-gNct2WJ5OFofg?key=yLogrgEbXy0K_a4zmB9ApgKO" alt=""><figcaption><p>Exemplo de resposta de formulário</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.floui.io/guia/conectores/categorias/servicos-do-floui/floui-forms/form-result.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
