Contact Form

2 replies · opened Sep 13, 2019

KKhairalla86Sep 13, 2019

I need help with 3 contact form questions:

  1. I need to translate the fields and not found the php file and the lines that are the fields.(Name, Phone, Service etc)..

  2. I do not understand much of php and need to put utf-8 in the form ... I am from Brazil and here is used many words with character..

  3. the form is coming with the information "Submit" along ... I need to remove ... I am sending image for assistance..

Best Regards,
Daniel

SSemicolon WebSTAFFSep 13, 2019

Hello,

  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. 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. 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.

KKhairalla86Sep 13, 2019

thank you so much ... it worked perfectly!

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