Duplicate field names

An intentionally corrupt form: three pairs of controls share one name each. SAMPLE test data only.

Two controls called email
Two controls called start_date
A select and a text input called region

This file is intentionally corrupt. Every duplicated name is a defect, not a design - the valid way to repeat a key is the array notation shown in the repeated-array-field-names fixture.

SAMPLE test data only - nothing is submitted, uploaded, or stored.

The broken sample was parsed locally - nothing was sent.

Free example form from Novus Examples ยท works offline, no data leaves your browser.