Hi, adding up:
for now, I resolved modifying a little the plugin (I know, not a best practice), around line 187 of include/submission.php you can find a chain of elseif and you can change the order of the checks.
However, I was wondering:
should this order, spam check before validation check, be standard? I mean, if the validations are quite a lot or if there is some kind elaborate validation, I don’t want to perform them if the submitted form is spam.
What do you think?