---
id: 5ddb965c65d27e1512d44d9b
title: Part 2
challengeType: 0
isHidden: true
---
## Description
In our HTML document, we have a form element with an `id` attribute: `
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert( code.replace(/\s/g, '').match(/document\.getElementById\([\'\"\`]calorie\-form[\'\"\`]\)/) );
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html