Display all form errors below the form

The plugin validates submitted form data. It stops form processing if entered form data is incorrect and displays a form with error messages under fields with incorrect value. Error message is invisible if the field is hidden by role restriction or conditional logic. This may be confusing.

You can use a code snippet to display all error messages below the form. Error messages will be displayed even if related fields are hidden. Just add the PHP code snippet to file functions.php in the active theme directory. Skip the opening <?php tag.

You can use a code snippet to hide error messages under fields if you don’t want to display error messages twice. Just add the CSS code snippet to file style.css in the active theme directory.

Image - Error messages under fields (default)

Image - Error messages below the form (modified)