Chris Johnstone
Chris Johnstone
@ResetOnset try changing `data-validation-depends-on="delivery-0"` to `data-validation-depends-on="delivery"` to reference the name attribute of the input, not the id.
What have you tried? This gets you some way there. ``` var total = value.split(' ').filter(function(v){return v!==''}).length; if(total < 251) { return true; } else { return false; } ```
I have the same issue, again on Digital Ocean. Something to do with the @captcha directive. @brainmaniac how did you work round this?