I bought your user-manager script, but since the form-builder script comes free with that purchase, I figured it would be better to post my question here since it relates to form-builder, not user-manager.
Seems to me that requiring that a checkbox be checked by the user, you would envoke the “Instance” validation as explained at your link below:
http://marketplace.mattlowden.com/php/form-builder/documentation/#contents-4.4
(Instance does this: The instance check ensures that at least some value is entered by the user.)
Following your instructions at the link above, yields this:
‘terms’ => array(
‘label’ => ‘I agree to terms and conditions.’,
‘type’ => ‘checkbox’,
‘validation’ => array(
’instance’ => array()
)
)
But the code above did not work… it does not require the user to check the checkbox.
1. How do you make a check box a required field?
2. It’s a little awkward for the checkbox to appear below the label. How do you force the checkbox to appear on the same line as the label? (What are the steps?)
3. I’m using your CSS , so why don’t the borders to my rendered text fields have the same rounded corners as they do in your online examples?
The following zip links are broken… please fix:
http://marketplace.mattlowden.com/php/form-builder/examples/example-1/example-1.zip
http://marketplace.mattlowden.com/php/form-builder/examples/example-2/example-2.zip
http://marketplace.mattlowden.com/php/form-builder/examples/example-3/example-3.zip


Hey Parmoni,
Sorry about the delay. I’m working on a fix and I’ll upload the new version before tomorrow evening. I’ll let you know once it’s approved!
Matt.