Hi guys!
I added new field in my contact form and code looks like
When I try to send my form, everything is fine, but when I get the email, I don’t get the “Company Name” as the field.
How can I handle this?
Link: 512.coffee
Hi guys!
I added new field in my contact form and code looks like
When I try to send my form, everything is fine, but when I get the email, I don’t get the “Company Name” as the field.
How can I handle this?
Link: 512.coffee
Hello @512coffee
Remove your code and replace with below code.
<div class="field"> <input type="text" id="ContactForm-company" class="field__input" name="contact[company name]" placeholder="Company Name">
<label class="field__label" for="ContactForm-company">Company Name</label> </div>
@512coffee
Use below code instead of your