Hello,
We have just checked out your Website and it is not working for you because you have not included the Email Field in your Form. Additionally, also make sure that you have added your Name and Email Address as explained in the Documentation > Widgets > Contact Form Section.
Please follow the Steps below:
- Please find the following code in the include/sendemail.php File:
$mail = new PHPMailer();
and replace it with:
$mail = new PHPMailer();
$email = 'default@your-website.com';
- Now, find the following code a:
if( $_POST['template-contactform-email'] != '' ) {
and replace it with:
if( $email != '' ) {
- Then, find and delete the following code:
$email = isset( $_POST['template-contactform-email'] ) ? $_POST['template-contactform-email'] : '';
This should definitely fix the issue. Thanks for your Patience.
Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.