I'm not receiving form emails

5 replies · opened Apr 16, 2019

SSemicolon WebSTAFFApr 16, 2019

Hello,

While the Form Submission appears to be working fine. It appears that your Hosting Server is blocking Outgoing Emails which is why the Emails are not getting delivered. Please consider contacting your Web Hosting Provider to know the exact cause of this.

Additionally, you can also consider using SMTP in order to send Emails via Forms. Complete Setup instructions can be found in the Documentation > Forms Section.

Hope this Helps!

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

AangiemoraisMay 7, 2019

Problem solved. Thank you!!

Now I have two new problems ...

  1. I could not find where I change these terms (in purple) in the image. I want to switch to Portuguese.

  2. And how do I make the characters work correctly in Portuguese? (Green)

Thank you!

SSemicolon WebSTAFFMay 9, 2019

Hello,

  1. The Form Field names that you see in the Emails are actually from the name Attribute from the Form Input: template-contactform-name - Name (by defining the prefix in your Form: template-contactform-). So you can simply change it to: template-contactform-nome and it will display as Nome in your Email.

  2. Simply set the charset for the $mail Object. Example:

$mail->CharSet = "UTF-8";

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.

AangiemoraisMay 16, 2019

Thank you so much!

I think now is one more thing ...
How do I remove this field from the email? (image)

SSemicolon WebSTAFFMay 17, 2019

Hello,

The issue is with the name Attribute of the <button> Tag. Find the following code:

<button name="submit"

and replace it with:

<button name="template-contactform-submit"

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