> For the complete documentation index, see [llms.txt](https://ebay.gitbook.io/mindpatterns/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ebay.gitbook.io/mindpatterns/structure/form.md).

# Form

The purpose of a form is to collect data from the user, via one or more form controls. A classic example is filling out an address in an order form.

Forms can submit their data to the server for processing *without* requiring any client-side JavaScript (triggering a full page refresh/load).

For further information we recommend the excellent (and free!) web course, [Learn Accessibility!](https://web.dev/learn/accessibility/forms/)
