Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Dominik

    (@trasek)

    Hello. “Hello, spam bot!” it’s message from WP User Frontend. Yes there i’s extra ] in files. We remove it in next update.

    Great thanks, @trasek!

    I am experiencing the same problem and am looking forward to this update. Can you give any approximate timeframe for when the update might be release?

    Thanks again!

    Same problem here!!! Add-on not working!

    i activate UM Plugin, WP User Frontend Plugin and Ultimate Member + WP User Frontend addon. the WP Frontend Form that i embed in page is works normally. but on WP Frontend Form that i embed in user profile i get SPAM BOT!!.

    wow,,
    i got it, simply edit the user page via wp-admin and add this code:

    <div style=”width:0px; height:0px; overflow:hidden;”> [wpuf_form id=”69″] [wpuf_dashboard] <div>

    actually i don’n know the real problem, but it works.

    69 –> my wpuf_form id , change with your wpuf_form id.

    The way I solved the issue was to go to plugin directory/actions.php.

    I changed line 42:

    echo do_shortcode('[wpuf_form id="'.$formid.'"]');
    To
    echo do_shortcode('[wpuf_form id='.$formid.']');

    I tried several ways to work with that removing the single quotes but that didn’t work, so I removed the double quotes. That worked for me. I hope the plugin author decides to update soon.

    I hope this helps someone.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Spam Bot Issue and Extra "]’ is closed to new replies.