You need to name the input field as “lead_email” in order for the controller to read this input field. We missed this in the video.
form(action="/", method="POST")
input(type="email", name="lead_email" placeholder="Enter your email address")
button(type="submit") Submit