I have created some online registration forms that store the data in a database. PHPrunner has been working great for that. But I have one problem with the check boxes.
I have a liability statement(agree field) that the registering person must agree with in order to finish their registration. I want it to be a check box. If I use the checkbox feature on the data field it does not give me the option to make it required. I can with a radio button, but I don't want a radio button, because most people are accustomed to clicking a box.
How do I get the check box (which only allows one choice agree)to become required. If they don't agree then the registration does not go through.
Any ideas?
Kim