MailPress Registration, Captcha
-
Hi,
I can’t seem to get this to work with MailPress 5.3 (Captcha 3.0).
<?php if( function_exists( ‘cptch_display_captcha_custom’ ) ) { echo “<input type=’hidden’ name=’cntctfrm_contact_action’ value=’true’ />”; echo cptch_display_captcha_custom(); } ?>
<?php if( function_exists( ‘cptch_check_custom_form’ ) && cptch_check_custom_form() !== true ) echo “Please complete the CAPTCHA.” ?>
I inserted this code into MP_Widget.class.php and its showing up but doesn’t seem to be actually stopping anything.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘MailPress Registration, Captcha’ is closed to new replies.