I want to display form entry errors, such as uniqueness error, to the user. I want the error to be displayed inside a notification box above the form.
Currently, pods gives data entry errors as javascript message boxes such as the following:
I want to display these error messages similar to success messages:
<div id="message" class="pods-form-front-success">Form submitted successfully</div>
How can I do this?