Support Article
Error messages display with blank space
SA-92112
Summary
Top harness is used as form error level in the Perform harness to display the error message on the screen. However, the error message displays with blank space at the bottom.
Error Messages
Steps to Reproduce
- Configure a validation in a flow action
- Miss a few validations
- Click the Submit button. Error section with error messages and a blank space at the bottom displays
Root Cause
Form error level is used as Top harness.
Resolution
Perform the following local-change:
Add the below code to the UserWorkForm:
<style>
.harnessContent>.error-table
{display: none ! important;
</style>
Published October 25, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.