# Someone's answers were replaced by someone else's **What you are seeing** Someone's answers were replaced by someone else's. --- ## Why it happens By design. A page holds exactly one record per form, not a log of submissions. A second person filling the same form on the same page overwrites the first person's answers, and "Responded by" is replaced with the newest saver. --- ## What to do Give each respondent their own page. Be aware that copying a page does not re-index the copy - somebody has to open and edit the new page before it enters the catalogue. --- ## Limits that apply here | **Limit** | **Value** | **What happens** | | ------------------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Indexed property size cap | 28,000 characters | The per-page index of answers is capped. Over the cap, multi-value answers are first truncated to their first 5 entries; then whole forms are dropped from the index; and if it still will not fit, the | --- ## Related [Changing a field's Input type wiped its answer and its settingsBy design. Switching type clears the stored value and drops settings that do not apply to ](https://help.gocapable.com/forms/changing-a-field-s-input-type-wiped-its-answer-and-its-settings.html) [Two fields' answers merged into one column in the responses table or CSVTwo fields on the same page share a Field ID. The index keys answers by Field ID, so the l](https://help.gocapable.com/forms/two-fields-answers-merged-into-one-column-in-the-responses-table-or-csv.html) [Everything elseThe rest of this family.](https://help.gocapable.com/forms/everything-else.html) --- _Found it? Good._