mibx
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [WDContactFormBuilder] spamIn contact-form-builder/frontend/models/CFMModelForm_maker.php added:
public function savedata($form, $id) { $fm_settings = get_option('cfm_settings'); $all_files = array(); $correct = FALSE; $captcha_exist = isset($_POST["captcha_improve_".$id]) ? true : false; $id_for_old = $id; if (isset($_POST['spamhiddenedv']) && trim($_POST['spamhiddenedv']) != "") { return false; } .... function code ......In form (section break) added:
<input type="hidden" name="spamhiddenedv">
And I still getting spam..- This reply was modified 7 years, 3 months ago by mibx.
Forum: Plugins
In reply to: [WDContactFormBuilder] spamHow to add in form field <input type=”hidden” name=”spamhidden”>?
In plugin FAQ:
Can I add more fields to Contact Form Builder?
There is no possibility of adding additional fields…Forum: Plugins
In reply to: [WDContactFormBuilder] spamUsed the last plugin version for a week. 1-2 Spam emails from form once in few days still arrives. Sample: http://prntscr.com/lnx344
Viewing 4 replies - 1 through 4 (of 4 total)