I have setup my website: blindsvancouverwa.com and for some reason the form doesn't capture information and does not forward anything to email.
Hello, Greetings from InkThemes! Could you please provide us your dashboard credentials at [email protected] along with this thread link as well so that we can figure out the issue and able to resolve that? Looking forward to your reply. Thanks & Regards! Priyanka InkThemes.com
Hello, Please follow the screenshot given below. Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
I just sent you inquiry to [email protected] in regards the same issue I am having on my site toplimoservicelosangeles.com I will appreciate your response to my email. Thanks
Ok Lalimo, Thanks for the details.. We will get back to you soon.. Your patience will be appreciated, Thanks & Regards! Priyanka InkThemes.com
This is the BlackRider theme, so the lead form was in the /functions/leads_form directory of the theme, not in the plugin. Changing 'mail' to 'wp_mail' was necessary, but the email header also had a problem. Removing the header got the email notifications to work, but the leads are still not being inserted into the database. Here is the code in the leads_class.php file that appears to be broken: PHP: public function savetodb() { global $wpdb, $inkthemes_table; $sql = "SELECT * FROM $inkthemes_table WHERE rand_value =$this->randvalue"; $value = $wpdb->get_row($sql); if (!$value) { $query = $wpdb->insert($inkthemes_table, array( //$wpdb->insert($inkthemes_table, array( 'name' => $this->lead_name, 'leadform1' => $this->form1, 'leadform2' => $this->form2, 'leadform3' => $this->form3, 'leadform4' => $this->form4, 'leadform5' => $this->form5, 'leadform6' => $this->form6, 'leadform7' => $this->form7, 'leadform8' => $this->form8, 'leadform9' => $this->form9, 'date' => date('Y-m-d'), 'rand_value' => $this->randvalue )); } Any suggestions? Thanks!
OK!! Let me check this at our end and will get back to you soon... Your patience will be appreciated, Thanks & Regards! Priyanka InkThemes.com