# Form Field IDs

The plugin loops through the field ids provided by users and adds the address autocomplete functionality to them. If no id is added the plugin will not work.

See [how to get id of a field](/kb/how-to-find-the-field-id.md) for a step by step guide on locating field id of a form.

* One id per line
* Enter as many ids you like
* Only field type text is recommended

![](/files/-MPqiRiY4Y-rJuV3_y9E)

## Related

* [How to find the field id?](/kb/how-to-find-the-field-id.md)


---

# 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://saa.khadim.nz/doc/form-field-ids.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.
