Hello,
I have used the cavas themes for many websites ive built. I've always just updated the following code with the proper email addresses and they've worked, but for some reason my new site https://knwagency.com/index.html#form is throwing a "bot detected..." error. Its the first time im using the SEO Niche Demo as the site and this form is short and includes "website" as a required field. I need to change that to "message as well". Is all i have to do to change that just change the text to "website?
2 questions there. The main one is the Bot Detected error. I've reviewed the Documentation > Forms page and everything looks like its configured correctly.
/*-------------------------------------------------
Receiver's Email
---------------------------------------------------*/
$toemails = array();
$toemails[] = array(
'email' => 'bonn@knwagency.com', // Your Email Address
'name' => 'Bonn Lahouti' // Your Name
);
/*-------------------------------------------------
Sender's Email
---------------------------------------------------*/
$fromemail = array(
'email' => 'bonn@knwagency.com', // Company's Email Address (preferably currently used Domain Name)
'name' => 'KNW Agency' // Company Name
);
