• Resolved gulliver-greece

    (@gulliver-greece)


    Hello.
    I have a spam problem in my Form maker form.
    I have recently!!! included a reCaptcha but the problem continues.
    Any suggestions please?
    Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hi!

    Please add the <input type=”hidden”> field in the form and named it spamhidden

    Then in this form-maker/frontend/models/form_maker.php file please search for a “savedata” and in function
    public function savedata($form, $id) { after the line $id_for_old = $id; add
    if(isset($_POST[“spamhidden”]) && trim($_POST[“spamhidden”]) != “”) { return false; },
    Also, please add in Form Maker/ Block IPs all IPs from which you received the spams.

    Thanks in advance, have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘Form spam’ is closed to new replies.