Hi,
I have a form to add comments on the product detail page and if the antispam functionality is active in the backoffice (Image1) my IP gets baned and the following shows up in the banned file:
Form BAN: Bad form (Session field FormCH1_h not updated by script); Bad form (_sys_to_email should be emptied by the spam script); Bad form (missing timestamp field - ts); Bad form (Hidden email field (email) altered to );
I already have the antispam fields in the form like this:
var antiSpamFields = Dynamicweb.SystemTools.Security.FormAntispam.AntiSpamFields("commentForm");
<form id="commentForm" class="col-6 mt-4" method="post" enctype="multipart/form-data" action="/Default.aspx?ID=@Pageview.ID">
@antiSpamFields
Is there anything else I need to do for this to work? Shouldn't it just work by adding those fields?
Dynamicweb version 9.15.1