I have a powermail form. I get the following error when I submit the form:
Spam recognized: uid11 This field must be filled!
Spam recognized: uid12 This field must be filled!
Spam recognized: uid14 This field must be filled!
Spam recognized: uid13 This field must be filled!
The fields uid11 ... uid14 do exist in the form - and they are transmitted to the server. For example (from Chrome network tab):
Testvalue
------WebKitFormBoundaryIIcUvgTthzftQYb6
Content-Disposition: form-data; name="tx_powermail_pi1[field][uid12]"
The 4 fields which are claimed are mandatory (required) but have no other rules added.
I have already tried to disable the spam check, but without any success:
plugin.tx_powermail.settings.setup.spamshield._enable = 0