• Hi! I use separate html page for subscription purposes with its custom form (non-built by WordPress or its plugins). And recently it is being attacked by spam robot, adding false e-mail addresses and compromising my mailing in Google Mail. So I try to implement spam protection on it using this tip – https://dineshkarki.com.np/add-wp-armour-support-for-your-custom-forms.html But I’m not strong in coding and wonder which code can I add instead of the line:

    // YOUR CODE TO BLOCK SUBMISSION

    Is there a default solution or more detailed guide for dummies?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dnesscarkey

    (@dnesscarkey)

    For custom forms, there isn’t a default solution available, and implementing spam protection typically requires a sufficient level of coding skills to customize it according to your specific needs.

    In the code provided, “// YOUR CODE TO BLOCK SUBMISSION” represents the segment of your form’s code responsible for handling submissions after the form has been submitted by the user.

    Thread Starter Edward Bedarev

    (@edviser)

    Thanks for answer. I will try to dig in further by myself.
    Last question: does your plugin work with Mailster plugin forms?

    Plugin Author Dnesscarkey

    (@dnesscarkey)

    Hi @edviser ,

    Currently we don’t have support for Mailster plugin.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Antispam on custom forms’ is closed to new replies.