Hello,
I am trying to create multi language forms using "locales" option.
Everything works fine except:
I have a "send me a copy" email, I need to translate the fields "subject" and the email template too, so they will be localized using the user's language.
In my locales for en_gb I have:
#sendmecopy#=Copy of you email sent to our web site
#fullname#=Full name
I have tried to insert fields into email template and dynamic subject in this way:
dynamic subject: {#sendmecopy#}
In the email template:
#fullname# : {form_name}
But it doesn't work.
Any way to fix this problem?
Thank you!
I am trying to create multi language forms using "locales" option.
Everything works fine except:
I have a "send me a copy" email, I need to translate the fields "subject" and the email template too, so they will be localized using the user's language.
In my locales for en_gb I have:
#sendmecopy#=Copy of you email sent to our web site
#fullname#=Full name
I have tried to insert fields into email template and dynamic subject in this way:
dynamic subject: {#sendmecopy#}
In the email template:
#fullname# : {form_name}
But it doesn't work.
Any way to fix this problem?
Thank you!