0
STATUS DETAILS
Comments
I would also like to see the possibility to add custom validation and error messages for fields again. Currently when a form is filled out in the wrong way we just get a generic message via the browser plus the field name.This leads to a bad usability because the user doesn't get a hint of the correct input format. This is especially important when using custom validation rules (regex patterns).There is a "hack" by writing the custom error message into the title tag of the input field via html but this is not user friendly.