Contact Form 7 Custom Validation Doesn’t Get Called [closed]
First of all if you are already checking if the field is empty with that function, there’s no need to use * in the backoffice [email* your-email]. In any case, it’s not working because is_required()executes first than your function. Solutions: 1) Remove the * in the backend OR 2) Change the priority // From 20 … Read more