We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36604
    • 268 Posts
    Hi,

    I need clarification about the math hook.
    I'm using it on a classic contact form driven by Formit. No pb.

    I want to add it to a registration form the same way.
    the Login snippet, including the register one seams to include a math prehook. (line 480 of Loginhooks.class.php)

    I added the captcha chunk from my contact form to the registration form. It appears of course but without any numbers
    [[$captcha-[[++cultureKey]]]]
    <input type="hidden" name="special_email" value="" /> 


    I guees this is because the placeholders "fi.xxx" can't be there (extract from the $captcha-culturekey) :
    <label class="control-label" for="math"> [[!+fi.operator:is=`-`:then=`Retirez`:else=`Ajoutez`]] [[!+fi.op2]] à [[!+fi.op1]] = ?</label>


    So how to use math hook with a register form ?

    thank you