Parry Huang
Results
2
comments of
Parry Huang
I have the same issue here. Mine is I couldn't feed a Json format data into a table field of commerce variant. Here is my test data. ``` [ {...
Go to craft/plugins/contactform/controllers/ContactFormController.php at line 34 adding: ``` // required to install craft recaptcha plugin $captcha = craft()->request->getPost('g-recaptcha-response'); $verified = craft()->recaptcha_verify->verify($captcha); if(!$verified) { //Uh oh...its a robot. Don't process this...