Add checkbox to Registration Form

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!

Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.