Forums

Translate Error Messages

jimdd86 29 Feb, 2024
How can i translate the error messages, or the calendar elements, month?
for fields its: {l:.... } but the messages?
Max_admin 07 Mar, 2024
You mean messages like "This field is required" ? you just call the translation shortcode in the field settings:

{l:required_error}

and define the "required_error" message in the "Multi language" area in the form settings
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
jimdd86 08 Mar, 2024
and how do i know how the other errors are called?
Max_admin 09 Mar, 2024
Answer
you just do the same for any text you want to translate:

required_error=This field is required
email_error=An email address is required


Then use {l:required_error} or {l:email_error} anywhere you want
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
You need to login to be able to post a reply.