I added the captcha plugin and in the mailpress/mp-includes/class/MP_Widget.class.php file, I added :
if(function_exists('cptch_display_captcha_custom')){ echo "<input type='hidden' name='cntctfrm_contact_action' value='true' />"; echo cptch_display_captcha_custom(); }
if(function_exists('cptch_check_custom_form') && cptch_check_custom_form() !== true){ echo "<br/>Veuillez compléter le CAPTCHA.<br/>"; }
echo '<input class="MailPressFormSubmit mp_submit" type="submit" name="MailPress_submit" value="'.esc_attr($options['txtbutton']).'" />';
But it’s doesn’t work…
Thanks for your help
Plugin Author
arena
(@arena)
i do not know how this “captcha plugin” works
je ne sais pas comment fonctionne le “captcha plugin” !
Désolé
and it’s possible, without necessarily using the “captcha plugin”, add a captcha to a form Mailpress?
et il est possible, sans forcément utiliser le plugin captcha, d’ajouter un captcha à un formulaire Mailpress ?
Thanks for your help
Hi
It’s not possible to add a captcha to MailPress ?
Bonjour
Ce n’est pas possible d’ajouter un captcha à MailPress ?
Thanks