Spambot Email Protector and Form Fields
2 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: May 13, 2015 (RSS)
By Perchpole - May 13, 2015
Hi, Everyone -
Is there any way I can prevent this plugin effecting form fields? On my WSM profile page, for example, the email field is full of code!
:0/
Perch
By gregThomas - May 13, 2015
Hey Perch,
The way around this would be to disable this plugin on the page with the form on. You can do that by adding this variable to the very top of your page:
<?php $GLOBALS['SEP_DISABLED'] = true; // Disable Spambot Email Protector ?>
You need to make sure you add this variable before the viewer_functions.php is included on the page.
Cheers,
Greg
PHP Programmer - interactivetools.com