I’ve added this line:
<form id="form" action="/submit">
<input name="email" type="email" id="email" placeholder="Enter your email address" required />
</form>
Test results:
7. My landing page has a element with a corresponding id=“form”.’
#form is not defined : expected null to not equal null
8. Within the form, there is an field with id=“email” where I can enter an email address.
#email is not defined : expected null to not equal null
It’s absent from the preview, too.