form recipients

6 replies · opened Dec 14, 2022

RrookapsDec 14, 2022

How can I send form results to more than one person, or even send cc to another.

I tried this— did not work…

’email’ => ‘janedoe@gmail.com, johndoe@gmail.com’, // Your Email Address

Thanks,
Charlotte

SSemicolon WebSTAFFDec 16, 2022

Hello,

Simply find the following code in the include/form.php File:
[ch_pre type="php"]$toemails[] = array(
'email' => 'your-email@website.com', // Your Email Address
'name' => 'Your Name' // Your Name
);[/ch_pre]

and simply add another email duplicating the above lines of code. So the code will look like this:
[ch_pre type="php"]$toemails[] = array(
'email' => 'your-email@website.com', // Your Email Address
'name' => 'Your Name' // Your Name
);

$toemails[] = array(
'email' => 'your-email2@website.com', // Your Email Address
'name' => 'Your Name 2' // Your Name
);[/ch_pre]

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.

RrookapsDec 20, 2022

It does not work. It sends to the first email only. Here is my code.

$toemails = array();

$toemails[] = array(
'email' => 'sales@fuse-xes.com', // Your Email Address
'name' => 'Fuse XES' // Your Name
);

		$toemails[] = array(
			'email' => 'cterry216@gmail,com', // Your Email Address
			'name' => 'Charlotte Terry' // Your Name
		);

/*---------------------------------

Thanks,
Charlotte Terry

SSemicolon WebSTAFFDec 20, 2022

Hello,

We have just tested this out on our Live Previews and it works perfectly fine for us. Please consider providing us with your FTP Details and we can test this out for you if you want. 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.

RrookapsDec 20, 2022

Hi. FTP ....

ftp.fuse-xes.com
UserName: fusexes
PassWord: Brake3420!

Thanks.

RrookapsDec 20, 2022

ftp.fuse-xes.com
UserName: fusexes
PassWord: Brake3420!

SSemicolon WebSTAFFDec 25, 2022

Hello,

Thanks for your Kind Patience!

We have checked this out on your FTP, and added 2 additional Email Addresses and it appears to be working perfectly fine for us. Consider checking the image attached to this reply and you will notice 3 Email Addresses in Gmail's Details.

Hope this Helps!

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

PS. Delete our Email Addresses from your include/form.php File.

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