I had an older working form (not built with CSSFormBuilder) that the validator couldn't see. The form had an 'id=' property, but not a 'name=' property.I had to add the 'name' property before FB validation could 'see' it - (i.e. name="form1" id="form1")

Good suggestion...I'll check to be sure the form in question has a name; I know it has an ID.


