But with Formalicious the SPAM Hook
is looking for POST Variable email, but all Formalicious Field are name like field_{N}. So a quickfix is the following:
Get the IDs for all Email Fields you use inside your Formalicious form. For its only one Email Fields with ID 1003. So the POST Variable name is field_1003.
Under the tab "Advances Settings" add a parameter "spamEmailFields" (Docs) width the value "field_1003":
Now the SPAM Hook knows the right field, send it to stopforumspam.com and get a proper result.
Todo
We should set the parameter spamEmailFields by default. We can get all fields from type "email" and fill the parameter. A solution could be this:
Hello, i get the following Errors in the MODX log:
First, there is a fix for the FormIt Hook here: https://github.com/Sterc/FormIt/issues/241#issuecomment-855866528
But with Formalicious the SPAM Hook is looking for POST Variable
email
, but all Formalicious Field are name likefield_{N}
. So a quickfix is the following:field_1003
.Now the SPAM Hook knows the right field, send it to stopforumspam.com and get a proper result.
Todo
We should set the parameter
spamEmailFields
by default. We can get all fields from type "email" and fill the parameter. A solution could be this:https://github.com/Sterc/Formalicious/blob/2be92e4b15cf8570de1359f1064915de69274344/core/components/formalicious/model/formalicious/snippets/formalicioussnippetrenderform.class.php#L47