Hi,
We have a customer with some forms being hit by some spammers, and I belive their trick is to use JS to remove the "required" attributes and/or remove the fields they don't want to submit.
Looking at logs, I see some values are NULL instead of empty, the session did not identify it as a bot, and there are at least 3 pageviews associated with that session.
That led me to do a simple test by removing the required attribute using DeveloperTools to see how DW behaved. The form was submitted successfully. So my question is, shouldn't DW validate:
- If the submitted field was required, but the value is empty or null, return an error?
- Cross check the parameters in the request vs the fields in Forms for editors?
Any change this is a bug? Or a new feature that needs to be implemented?
Best Regards,
Nuno Aguiar