In addition to an order form, which submits information, I have a second similar form which is only meant to be printed out for faxing, but not submitted.
I've hidden the submit button with a replacement image of a 1 pixel image, but that doesn't give the benefit of making sure the user is forced to fill in the appropriate fields.
So, is there a way to validate without submitting? Thanks