jordanlev / c5_custom_contact_form

C5 Custom Contact Form
MIT License
12 stars 8 forks source link

Honeypot "Internal Server Error" firing incorrectly #12

Closed ZeroGodForce closed 8 years ago

ZeroGodForce commented 8 years ago

Whenever the form is submitted it returns a Internal Server Error (which according to the code is a detected honeypot defense), even though all visible fields have been manually completed by me. I duplicated the example view file to make my own. Perhaps the only difference is, I'm using [label for=""] rather than surrounding the fields inside a label tag. Do you have any idea what might cause this?