Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Melusine29

    (@melusine29)

    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&eacute;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

    Thread Starter Melusine29

    (@melusine29)

    Nobody ?

    Plugin Author arena

    (@arena)

    i do not know how this “captcha plugin” works

    je ne sais pas comment fonctionne le “captcha plugin” !

    Désolé

    Thread Starter Melusine29

    (@melusine29)

    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

    Thread Starter Melusine29

    (@melusine29)

    Nobody ?

    Thread Starter Melusine29

    (@melusine29)

    up..

    Thread Starter Melusine29

    (@melusine29)

    Hi
    It’s not possible to add a captcha to MailPress ?

    Bonjour
    Ce n’est pas possible d’ajouter un captcha à MailPress ?

    Thanks

    Thread Starter Melusine29

    (@melusine29)

    up please

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Captcha on widget’ is closed to new replies.