Field validation error with upgrade to WP 5.5
-
The form formally worked before upgrading to WordPress 5.5. I did have to bypass the spam function so it would not mark submissions as spam, and all worked fine. Now I get field validation errors after the upgrade. No changes were made to the forms. I put return true at the very top of Validate function to bypass the problem and get it working again.
private function validate() { return true;
Are there any plans for an update? Is there an easy way for me to learn what fields are failing validation?
The page I need help with: [log in to see the link]
- The topic ‘Field validation error with upgrade to WP 5.5’ is closed to new replies.