> For the complete documentation index, see [llms.txt](https://help.glpi-project.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.glpi-project.org/doc-plugins/plugins-glpi/advanced-forms.md).

# Advanced Forms

This plugin allows you to add technical questions to GLPI forms. These questions are visible to the technicians who will process the tickets but not to users. This functionality was present in FormCreator and has been incorporated into the Advanced Forms plugin.

## Sources

| Download                                                                                     | Sources                                                            |
| -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| [https://github.com/pluginsGLPI/advancedforms](https://github.com/pluginsGLPI/news/releases) | <https://github.com/pluginsGLPI/advancedforms/blob/main/README.md> |

***

## Requirements (self-hosted)

| Version GLPI | PHP Minimum | Recommandé |
| ------------ | ----------- | ---------- |
| 11.0.X       | 8.1         | 8.2        |

{% hint style="info" %}
Ce plugin est disponible sans souscription [GLPI Network](https://services.glpi-network.com/#offers). Il est également disponible sur [GLPI Cloud](https://glpi-network.cloud).
{% endhint %}

***

## Install the plugin

* Go to the marketplace. Download and install the plugin « **Advanced forms**».

<div align="left"><figure><img src="/files/g2xfNPdLJwrWxCJ9e6vZ" alt=""><figcaption><p>Install Advanced Forms</p></figcaption></figure></div>

***

* From **`Setup`** > **`General`** > **`Advanced Forms`**, you can select the question types to add. These questions will then be available when creating forms (**`Administration`** > **`Forms`**).

<figure><img src="/files/KDQt9uuXiBxXh7oEAiHd" alt=""><figcaption><p>View plugin features</p></figcaption></figure>

### Address IP

Automatically records the user's IP address

<figure><img src="/files/8y4tiw1E4eTcSAtR0e02" alt=""><figcaption><p>Address IP question</p></figcaption></figure>

### Hostname

Inserts user's hostname into the form

<figure><img src="/files/k31iHj0z4kxtgI6r54QC" alt=""><figcaption><p>Hostname question</p></figcaption></figure>

### Hidden question

Inserted a value not visible to the user

<figure><img src="/files/mewFh1NI1ceSYNaDYMlg" alt=""><figcaption><p>Hidden question</p></figcaption></figure>

### LDAP select

Data selection from an LDAP directory

<figure><img src="/files/0TndyQTl53MyH5XULhYB" alt=""><figcaption><p>LDAP Select</p></figcaption></figure>

This option allows you to select:

* One of the available LDAP servers
* Specify an LDAP filter
* Select the desired attribute (**`Setup`** > **`Dropdowns`** > **`LDAP Criteria`**)


---

# 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:

```
GET https://help.glpi-project.org/doc-plugins/plugins-glpi/advanced-forms.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.
