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

    (@creverter)

    Hello. Sorry for the delay…

    1) Check if there is actived the Knews Preference to avoid bot subscribers
    2) Yes, you can use a shortcode or direct PHP call:

    b) Put the following shortcode on any page or post: [knews_form]. NEW Options: [knews_form id=1 name=ask surname=required stylize=1 labelwhere=outside|inside|none subtitle=0|1 requiredtext=1|0 terms=0|1 script=1|0]

    c) Write in your theme: <?php echo knews_plugin_form(); ?>. NEW: Or: <?php echo knews_plugin_form( array(0[or mailing list id], ‘name’=>’ask’, ‘surname’=>’required’, ‘stylize’=>[0|1], ‘labelwhere’=>’outside|inside|none’, ‘subtitle’=>[0|1], ‘requiredtext’=>[0|1], ‘terms’=>[0|1], ‘script’=>[0|1]) ); ?>

    Hi..
    i set to on “Prevent bot registrations” in preferences, but i still having tons of fake registrations from bots.. how can solve this problem?

    thanks

    Check the file disposable_email_blacklist.conf
    I don’t know if wildcards are supported.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Spam Subscribers and Landing Page’ is closed to new replies.