Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is it possible to enable conditons on the Recaptcha field in codefirst?
[Field(FormPages.Registration, FormFieldsets.Details,
Type = typeof(Contour.Contrib.FieldTypes.ReCaptcha))]
public string Captcha { get; set; }
How to hide it depending on a condition?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Hiding Recaptcha in CodeBehind
Is it possible to enable conditons on the Recaptcha field in codefirst?
[Field(FormPages.Registration, FormFieldsets.Details,
Type = typeof(Contour.Contrib.FieldTypes.ReCaptcha))]
public string Captcha { get; set; }
How to hide it depending on a condition?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.