Hello,
I have searched the forum but found no solution to this issue for V5 (i saw posts about a MultiLanguage plugin vor V4 but i cannot find it anywhere for V5).
The issue is: the email sent with form data shows the translation field names and not the actual language translations.
in the debug print the translations are present, it's only the email that does not get them.
This is from the debug output
This is from the received email message
Does anyone have the same issue (and possibly a solution)?
Thank you in advance
Giuseppe
I have searched the forum but found no solution to this issue for V5 (i saw posts about a MultiLanguage plugin vor V4 but i cannot find it anywhere for V5).
The issue is: the email sent with form data shows the translation field names and not the actual language translations.
in the debug print the translations are present, it's only the email that does not get them.
This is from the debug output
Array
(
[0] => Array
(
[Email] => Array
(
[0] => An email with the details below was sent successfully:
[1] => To:recipient@email.address
[2] => Subject:GP Form submission
[3] => From name:Sender's name
[4] => From email:sender@email.address
[5] => Reply name:
[6] => Reply email:
[7] => Attachments:
[8] => Body:
<table>
<tr><td>Container #29</td><td></td></tr>
<tr><td>SCHEDA SINTETICA DI PRESENTAZIONE</td><td></td></tr>
<tr><td>Titolo della buona pratica</td><td>Test Title</td></tr>
... CUT
</table>
Poster's IP address:127.0.0.1
)
)
)
This is from the received email message
<table>
<tr><td>Container #29</td><td></td></tr>
<tr><td>_GP_FICHE_TITLE_</td><td></td></tr>
<tr><td>_GP_TITLE_</td><td>Test Title</td></tr>
... CUT
</table>
Poster's IP address:127.0.0.1
Does anyone have the same issue (and possibly a solution)?
Thank you in advance
Giuseppe