Recaptcha not working with with Umbraco 4.11 and Contour 3.0.6?
Is is possible to use the Contour Contrib ReCaptcha fieldtype with Umbraco 4.11 and Contour 3.0.6?
I keep getting the error:
The partial view '/umbraco/plugins/umbracoContour/Views/Fieldtype.recaptcha.cshtml' was not found or no view engine supports the searched locations. The following locations were searched:
Thanks Adam. I just updated to Contour 3.0.9, which als works with Umbraco 4.11, and this has solved the problem. Both the ContourContrib Recaptcha and the Recaptcha included in Contour 3.0.9 work.
Recaptcha not working with with Umbraco 4.11 and Contour 3.0.6?
Is is possible to use the Contour Contrib ReCaptcha fieldtype with Umbraco 4.11 and Contour 3.0.6?
I keep getting the error:
The partial view '/umbraco/plugins/umbracoContour/Views/Fieldtype.recaptcha.cshtml' was not found or no view engine supports the searched locations. The following locations were searched:
/umbraco/plugins/umbracoContour/Views/Fieldtype.recaptcha.cshtml
There is no razor file in the contrib project for this field type, if you add the form from contour using the usercontrol macro it should work.
I had a look making cshtml files for the recaptcha and AreYouAHuman captcha field types but not sure how or where to add the validation logic.
Adam
Thanks Adam. I just updated to Contour 3.0.9, which als works with Umbraco 4.11, and this has solved the problem. Both the ContourContrib Recaptcha and the Recaptcha included in Contour 3.0.9 work.
is working on a reply...