Polish diacritic letters and e-mail template translation

1 reply · opened Aug 18, 2019

PPawełAug 18, 2019

Hi,

  1. How to view polish diacritic letters in e-mails sent by contact form? Polish letters are broken.

  2. Where to translate Name, Message and Phone?

  3. How to delete Submit in e-mail template? It seems it isn't necessary.

Best regards
Paweł

SSemicolon WebSTAFFAug 21, 2019

Hello,

  1. Simply set the charset for the $mail Object. Example:
$mail->CharSet = "UTF-8";

Make sure that you add the above line of code anywhere after this line: $mail = new PHPMailer(); .

  1. You will need to Translate this in the Form's HTML Code itself. Simply find the following code:
name="template-contactform-email"

and replace the email with your Translated Text.

  1. This is because your Submit Button's name Attribute does not follow the Default Codes, Make sure that your Submit Button's name Attribute value is always: name="template-contactform-submit" (matching the prefix).

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard