I’ve recently moved my site from a 2.0.4 version to 2.0.6 and have the latest Login package 1.5.2 rc running but the following doesn’t display recaptcha on with Register
[[!Register? &submitVar=`registerbtn` &activationEmailTpl=`myRegistrationEmail` &activationEmailSubject=`Registration Submitted` &submittedResourceId=`17` &usergroups=`MyUserGroup` &postHooks=`hookNotifyAdminEmail` &preHooks=`recaptcha`]]
And in the form the following call for recaptcha
[[!+register.recaptcha_html]]
[[+error.recaptcha]]
Have tried putting &preHooks at the beginning of the call, in the middle and the end but to no avail.
Have also tried but the recaptcha call as reg.recaptcha_html but it doesn’t work.
Recaptcha does however, work with the Formit snippet...
Suggestions....