Fixed my issue by doing the following:
- Changing form name attribute to
name="contact"
- Updating honeypot field to have a value that matches the form name like so
<input type="hidden" name="form-name" value="contact" />
Fixed my issue by doing the following:
name="contact"
<input type="hidden" name="form-name" value="contact" />