How can i translate the error messages, or the calendar elements, month?
for fields its: {l:.... } but the messages?
for fields its: {l:.... } but the messages?
You mean messages like "This field is required" ? you just call the translation shortcode in the field settings:
and define the "required_error" message in the "Multi language" area in the form settings
{l:required_error}
and define the "required_error" message in the "Multi language" area in the form settings
you just do the same for any text you want to translate:
Then use {l:required_error} or {l:email_error} anywhere you want
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
You need to login to be able to post a reply.
