Support

Account

Home Forums General Issues validate_value filter doesn't work Reply To: validate_value filter doesn't work


  • // yours
    return “is that working”?
    // mine
    return “is that working?”;
    `
    yours has a syntax error. That syntax will cause php to exit and the AJAX request to fail, when that happens the post is submitted. Because the validation is done through AJAX, php failing does not mean that the post won’t be submitted.