Hi Guys,
Since a lot of the form validations should be done client-side (new account, edit account, edit password, etc) I need to have access to Translated tags inside Javascript.
Some modules (like Extranet module) have their own section of error messages. Unfortunately I could not find a way to access those strings when the errors are not happening.
Keeping the strings in the module and not using them is confusing for the admin, moving the Errror messages in Translations will make them unavailable in Javascript.
What would be a good recommendation for implementation in this case?
Thanks,
Adrian