I work with J 3.31 and CF 5.0 multilingual. Language strings are created in "Locales".
I have created two Emails action on "On submit" event. The first Email is a simple confirmation to administrator with form data based on settings - Template Generation > auto. Works perfectly. In the second email I'd like to send a confirmation to the user who submits the form. Email consists of pre text and form with filled data. I refer in the second email to the form data from the first email through php code
<?PHP echo ($form->form[Form][extras][actions_config][2][template]); ?>
It works fine beside the translation strings. In the second email they are not translated. User gets keys not values. Strangely enough chronoforms debugger shows correctly translated data in email body!
Is there another way to refer the original data from the form with translated strings? I can copy the form code to the second email template and add pre-text but form on the site changes often and I'd like to avoid this repeated and error prone task. I'd rather have pre-text and reference with php variable set.
Thanks in advance for any help or clues,
Lindus