I connected a form to klaviyo using Legacy Forms and for some reason I keep getting “invalid email address” every time I submit the form, but everything looks correct. I’m not sure what’s going on. The form can be viewed here: https://new-imaware.webflow.io/b2b/employee-covid-screening by clicking “Get in touch”. Thank you in advance!
Solved
Legacy form error "invalid email address"

Best answer by jallain
hey
change this
<input type="email" class="w-input" maxlength="256" name="Email" data-name="Email" placeholder="" id="k_id_email" required=""/>
to this
<input type="email" class="w-input" maxlength="256" name="email" data-name="Email" placeholder="" id="k_id_email" required=""/>
let me know if making that change fixes it for you!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.