# Duplicate Input Indicator

Sometimes imported pages have multiple inputs for the same value which causes issues when trying to submit the page. On the page builder toolbar there is an indication of multiple inputs of the same value. You can click the warning icon to see which inputs have multiples.

<figure><img src="/files/xqGvBb4ptEMbv5bTHAyU" alt="" width="563"><figcaption></figcaption></figure>

You can then locate the extra input on your forms and remove or adjust it to the proper input.

Not all duplicates will be easily visible.  If you are having a hard time finding the extra input, copy the input name given in the alert, open the page code editor, search for that value, and remove the duplicate.

<figure><img src="/files/4B3aP25Yije9fjzX05VI" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/HFAK8yKcaxSOjdnNuQNu" alt=""><figcaption></figcaption></figure>


---

# 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://help.checkoutchamp.com/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/page-builder-2.0/page-building-tips/duplicate-input-indicator.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.
