# How to find the field id?

To get id of a form field in WordPress please follow the following steps. Please note, you can get id of any field with this method.

![](/files/-MPqrRnvPd5KA4lRjhal)

1. Open the form where you would like address autocomplete functionality.
2. Identify the field.
3. **Right click** in the field
4. Click **Inspect** (Chrome & Edge) or **Inspect Element** (Firefox & Safari)
5. The browser will highlight a line which indicates it belongs that field.
6. You will see an **id attribute** in the highlighted line. It will look like id="form\_id-123". The id can be combination of letter, numbers, dash and underscores.
7. Copy the value inside the quotes " ".&#x20;
8. Go to Simple Address Autocomplete settings and paste it on new line in **Field IDs**.
9. **Save Changes** to save the settings.&#x20;
10. Viola, the input has now address autocomplete functionality.

![](/files/-MPquEo686DihwWZt4iQ)

## Frequently Asked Questions

### Can I get field id of any field using the above method?

Yes. By right clicking on the field and select inspect, you will be able to see the id of any form field.


---

# 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/kb/how-to-find-the-field-id.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.
