# Form.js examples

The `formConfig` object configures most of the form inputs, pages, chapters, and settings in a USFS project. In the [starter app](https://github.com/usds/us-forms-system-starter-app/), this file is named `form.js` and is stored [in the config directory](https://github.com/usds/us-forms-system-starter-app/tree/3617106dfea7c42f5c397f96f24fb906c8e2879d/js/config).

To use one of the example files with the starter app, rename it to `form.js` and replace the file in a locally installed version of the starter app. Instructions for setting up the starter app are [in the documentation](https://github.com/usds/us-forms-system/blob/master/docs/getting-started/creating-a-new-application-with-the-us-forms-system-starter-app.md). The examples available are listed below.

### CMS40B-E: Appication for Enrollment in Medicare Part B
* [Original PDF form](https://www.cms.gov/Medicare/CMS-Forms/CMS-Forms/Downloads/CMS40B-E.pdf)
* [form.js file](./CMS40B-E--form.js)

### DS-82: U.S. Passport Renewal Application for Eligible Individuals
* [Original PDF form](https://eforms.state.gov/Forms/ds82.pdf)
* [form.js file](./DS-82--form.js)

### SS-5: Application for Social Security Card
* [Original PDF form](https://www.ssa.gov/forms/ss-5.pdf)
* [form.js file](./SS-5--form.js)

### G-1145: USCIS E-Notification of Application/Petition Acceptance
* [Original PDF form](https://www.uscis.gov/system/files_force/files/form/g-1145.pdf)
* [form.js file](./G-1145--form.js)

### 4506-T: Request for Transcript of Tax Return
* [Original PDF form](https://www.irs.gov/pub/irs-pdf/f4506t.pdf)
* [form.js file](./4506-T--form.js)
