Thread Starter
llago
(@llago)
Hi! Thanks for your answer!
I can’t do it like this, because I’m dinamically generating the shortcode with default values changing based on some computation.
My work around was to assign a comma separated value to a hidden field, and fill up the checkboxes using JS.
Thread Starter
llago
(@llago)
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?
Interested in the same thing, did you worked out something?
Thank you,