This article addresses an issue where custom error messages defined in the Validation Handler do not display correctly in the Identity Portal, defaulting instead to a generic "Validation Error" message.
Identity Portal 14.5 & 15
The issue occurs because the prop.error object is incorrectly used for custom messages in the Validation Handler. According to Identity Portal documentation, custom error messages must be handled using the prop.errors array.
prop.error.prop.errors array. Use one of the following methods:prop.errors.push("Your custom error message here");prop.errors = ['Your custom error message here'];For further information, see Identity Portal documentation:
For Identity Portal 14.5
Create Forms and Hotel Reservation Form Example
For Identity Portal v15
Create Forms and Hotel Reservation Form Example
To speak with a customer representative or a Support Engineer see . Scroll to the bottom of the page and click on your respective region.