How to require a checkbox to be ticked by the user
-
Thursday, June 14, 2012 1:26 PM
I have a checkbox "do you accept T&Cs". i need this checkbox to be ticked before used can submit.
Obviously can't be a required field as it has default value of NO and so always has a value. So how do i make sure it is ticked before a user can submit a form?
thank you
All Replies
-
Thursday, June 14, 2012 2:13 PM
You could use a ASP.NET CustomValidator.
- Marked As Answer by Daniel YangMicrosoft Contingent Staff, Moderator Monday, June 25, 2012 1:42 AM
-
Friday, June 15, 2012 9:42 AM
You can create a Choice field (display type: checkboxes) with only one value and make that as required field. The default value should be blank.
--Cheers
- Edited by Prasath C Friday, June 15, 2012 9:43 AM
- Proposed As Answer by A m a r Friday, June 22, 2012 6:19 AM
- Marked As Answer by Daniel YangMicrosoft Contingent Staff, Moderator Monday, June 25, 2012 1:42 AM

