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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...