I have added a checkbox to the registration form for users to have to Agree to the terms. I I have added "IsRequired=true" but it does not seem to be a required field. Am I missing something?
<add name="Boolean" type="System.Boolean" defaultValue="false" customProviderData="DisplayName=By checking this box you agree to the terms and conditions;IsRequired=true;Order=12;" />
Also, how can I add a link in the Display name to a Terms of Service page? Any suggestions would be appreciated. Thanks!
0 Comments