• Resolved Mobile PC Rescue

    (@mobilepcrescue)


    Hi there,
    we have tried using Captcha v2 but lots of spam is still getting through, when I switch to the old system there are no characters displayed. Can you please help?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Could you please update the plugin to the version with which you have faced the issue with spams and try the following solution:

    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!

    Thread Starter Mobile PC Rescue

    (@mobilepcrescue)

    I cannot see where to add fields as it’s all drag and drop with existing fields?
    Sorry :/

    Hi,

    Could we have a closer look at the described issues? Please contact our support team using the following email address: [email protected]

    Please, mention the URL of this forum topic in your message. We will provide a solution as soon as possible and share it here as well.

    Thanks. Have a nice day.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Captcha code not appearing’ is closed to new replies.