1

I have a form that opens in colorbox, validates on submit, and utilizes reCatpcha to reduce spam. Even with all of these measures in place the form seems be getting sent with completely empty fields.

I have no idea how this is happening as I have no clue how someone (bot or human) is able to bypass everything and then submit the form with empty fields.

I realize this is a fairly specific issue, so I've tried to ask the question in a way that could benefit others as well. The validation is all done through Javascript, so perhaps a bot without javascript is able to bypass the validation. That being said, I find it odd the form is sent with completely empty fields every time this happens.

Hopefully someone can provide some generally thoughtful ideas as to how the form is getting submitted. If others have ever experienced this before, I'm sure some suggestions as to where to look could really help everyone out.

Thanks

4

1 回答 1

0

如果您的所有验证都是 JavaScript,那么表单很可能由机器人提交,并且机器人没有理由在任何字段中放置任何内容。

再想想,你们有没有跨站防范措施?表单提交是否可以来自异地?

于 2013-01-18T13:35:02.730 回答