# Cannot be Equal Another Local Field

This is a simple rule that prevents a piece of data being the same as a value in a different field that is currently in the form you are filling out.\
\
For example, if you wanted to force the user not to use the same name for their Next of Kin as their own name you could have two fields:\
\
\&#xNAN;***Your Name***\
***Next of Kin***\
\
On the Next of Kin field you could set this rule so that it cannot be "Your Name".

![](/files/-Ma4m9FzhGrL5C79JaO5)

### Rule Parameters

| Parameter                                                    | Description                                                |
| ------------------------------------------------------------ | ---------------------------------------------------------- |
| Please select other local field it cannot be a duplicate of: | The other field in your bloc where the value cannot match. |


---

# 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://manual.blocworx.com/blocworx-documentation/bloc-editor/managing-a-field/field-rules/cannot-be-equal-another-local-field.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.
