Hi, for validation we have a number of tooltip/alert appearing:
- # Minimum characters required
- # Maximum characters allowed
- Verifying.... Available / Not Available (from Ajax availability)
- Fields do not match
- and so no (validation for URL, email)
If the flags are shown in tabs, the alerts are confusing since if you go to another tab, they stick to the position of the previous field where you have the error but they appear on another field.
A quick help for the user would be to add a "(click to close)" message next to each alert, to inform him/her that he/she can close the tooltip and be confused when switching tabs.
I think it can be done easily.
Alternatively, I tried to add the message as language override to all the possible messages but I just found the strings for min/max chars as PLG_CCK_FIELD_VALIDATION_.... in "language/en/en-GB.com_cck_default.ini" and not for the other messages. Where are they?
Thanks
Giuse