I had the same problem — I was getting generic validation message.
VALIDATION ERRORS OCCURRED. PLEASE CONFIRM THE FIELDS AND SUBMIT IT AGAIN.
Reviewing the form code, I saw that I commented out some fields.
<!– [text myfield… –>
After removing the commented fields, the validation messages went away.