How to hide your custom error section when the pyAlwaysShowPageLevelErrors property is false
The moment you decide to go with a custom error section is the moment you lose the ability to conditionally show the error section only when form level errors are present. To mimic the out of the box behavior where field messages are not displayed at the form level when this checkbox is unchecked, what do we have to do? Thanks.