# Forminator Forms

The Forminator plugin changes the field IDs on each page load. However, only the last part of the field ID changes and the prefix stays the same.

Instead of adding the whole ID just add the prefix in the ID List.

For example, if you get the field ID you will notice a random string at the end of the field ID.

***forminator-field-street\_address-address-1\_6475a1899b66f***

When the page is refreshed only the **6475a1899b66f** will change but the **forminator-field-street\_address-address-1** stays the same.

So instead of adding the whole field ID, you will need to add the first part of the Field ID like this

**forminator-field-street\_address-address-1**

This plugin looks for field ID starting with provided string and adds the autocomplete to it.

Any issues please start a discussion on [Plugin Support Forum](https://wordpress.org/support/plugin/simple-address-autocomplete/).


---

# 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/forminator-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.
