-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using form templates, cant use captcha control on form #21
Comments
Well, it is possible, but the form generator ignores the captcha. But it can be included manually:
turns into |
I have resolved this issue in another way, also adding support for Google ReCaptcha, but I like that you can place it in your form template, I just learned that. But I think my implementation and this wont work together, I am testing... Would be nice to combine this token and still keep the Recaptcha option. |
@SCullman Can you point me in the right direction here, where is [editor-for:Security Code] getting replaced by the captcha control? |
@valadas in Form.ascx.cs, line 91. |
In the resx file, would'nt that break the form template if someone translates it? |
No description provided.
The text was updated successfully, but these errors were encountered: